Skip to content

Commit 08f8a38

Browse files
Merge #118
118: switch to Rust edition 2021 r=crepererum a=crepererum Co-authored-by: Marco Neumann <marco@crepererum.net>
2 parents e7455cd + e4ce0a5 commit 08f8a38

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)