Skip to content

Commit 535f6da

Browse files
committed
chore: update bincode dependency to stable version 2.0.0
1 parent 5ee43f8 commit 535f6da

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 @@ version = "0.4.7"
1414

1515
[dependencies]
1616
aes-gcm = { version = "0.10.3", features = ["std"] }
17-
bincode = { version = "=2.0.0-rc.3", default-features = false, features = ["std", "serde"] }
17+
bincode = { version = "2.0.0", default-features = false, features = ["std", "serde"] }
1818
chrono = { version = "0.4.40", features = ["serde"] }
1919
fdlimit = "0.3.0"
2020
libc = "0.2.170"

0 commit comments

Comments
 (0)