Skip to content

Commit 095d550

Browse files
authored
Bump wincode to 0.4.5 (#209)
1 parent c09c6e1 commit 095d550

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wincode/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wincode"
3-
version = "0.4.4"
3+
version = "0.4.5"
44
authors.workspace = true
55
description = "Fast bincode de/serialization with placement initialization"
66
repository.workspace = true
@@ -34,7 +34,7 @@ bytes = { version = "1.11.1", optional = true, default-features = false }
3434
pastey = "0.2.1"
3535
solana-short-vec = { version = "3.2.0", default-features = false, optional = true }
3636
thiserror = { version = "2.0.18", default-features = false }
37-
wincode-derive = { path = "../wincode-derive", version = "0.4.2", optional = true }
37+
wincode-derive = { path = "../wincode-derive", version = "0.4.3", optional = true }
3838
uuid = { version = "1.20.0", optional = true, default-features = false }
3939

4040
[dev-dependencies]

0 commit comments

Comments
 (0)