Skip to content

Commit 4c83106

Browse files
committed
Updating metadata for 0.14.0
[ci skip]
1 parent 91fe3ba commit 4c83106

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ documentation = "https://docs.rs/binrw"
1616
edition = "2021"
1717
homepage = "https://binrw.rs"
1818
license = "MIT"
19-
publish = false # Use `release.sh`
19+
publish = true
2020
repository = "https://github.com/jam1garner/binrw"
2121
rust-version = "1.66"
22-
version = "0.14.0-pre"
22+
version = "0.14.0"

binrw/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ version.workspace = true
1616

1717
[dependencies]
1818
array-init = "2.0.0"
19-
binrw_derive = { path = "../binrw_derive", version = "0.14.0-pre" }
19+
binrw_derive = { path = "../binrw_derive", version = "0.14.0" }
2020
bytemuck = "1.0.0"
2121

2222
[dev-dependencies]

0 commit comments

Comments
 (0)