Skip to content

Commit e4ce0a5

Browse files
committed
switch to Rust edition 2021
1 parent e7455cd commit e4ce0a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description = "Simple probabilistic data structures"
1414
repository = "https://github.com/crepererum/pdatastructs.rs"
1515
documentation = "https://docs.rs/pdatastructs/"
1616
readme = "README.md"
17-
edition = "2018"
17+
edition = "2021"
1818

1919
[dependencies]
2020
fixedbitset = "0.4"

0 commit comments

Comments
 (0)