Skip to content

Commit 04494c6

Browse files
committed
switch the last crate (gix-package-tests) to edition 2021
1 parent 8a7c2af commit 04494c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gix-pack/tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repository = "https://github.com/Byron/gitoxide"
55
authors = ["Sebastian Thiel <[email protected]>"]
66
license = "MIT OR Apache-2.0"
77
description = "Please use `gix-<thiscrate>` instead ('git' -> 'gix')"
8-
edition = "2018"
8+
edition = "2021"
99
rust-version = "1.65"
1010

1111
[features]

0 commit comments

Comments
 (0)