Skip to content

Commit 88122e1

Browse files
committed
Downgrade edition to not have problems with MSRV in dependent crates.
1 parent 5cc657c commit 88122e1

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
@@ -1,7 +1,7 @@
11
[package]
22
name = "sorted-index-buffer"
33
version = "0.1.0"
4-
edition = "2024"
4+
edition = "2021"
55
readme = "README.md"
66
description = "array based sorted map with u64 keys"
77
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)