Skip to content

Commit 1fc50bc

Browse files
committed
Updating metadata for 0.11.2
[ci skip]
1 parent ff7ba36 commit 1fc50bc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ documentation = "https://docs.rs/binrw"
1515
edition = "2021"
1616
homepage = "https://binrw.rs"
1717
license = "MIT"
18-
publish = false # Use `release.sh`
18+
publish = true
1919
repository = "https://github.com/jam1garner/binrw"
20-
version = "0.11.2-pre"
20+
version = "0.11.2"

binrw/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ version.workspace = true
1515

1616
[dependencies]
1717
array-init = "2.0"
18-
binrw_derive = { path = "../binrw_derive", version = "0.11.2-pre" }
18+
binrw_derive = { path = "../binrw_derive", version = "0.11.2" }
1919
bytemuck = "1.12"
2020

2121
[dev-dependencies]

0 commit comments

Comments
 (0)