Skip to content

Commit

Permalink
Updating metadata for 0.12.0
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
csnover committed Sep 21, 2023
1 parent cab52b3 commit d4efd00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -16,6 +16,6 @@ documentation = "https://docs.rs/binrw"
edition = "2021"
homepage = "https://binrw.rs"
license = "MIT"
publish = false # Use `release.sh`
publish = true
repository = "https://github.com/jam1garner/binrw"
version = "0.12.1-pre"
version = "0.12.0"
2 changes: 1 addition & 1 deletion binrw/Cargo.toml
Expand Up @@ -15,7 +15,7 @@ version.workspace = true

[dependencies]
array-init = "2.0"
binrw_derive = { path = "../binrw_derive", version = "0.12.1-pre" }
binrw_derive = { path = "../binrw_derive", version = "0.12.0" }
bytemuck = "1.12"

[dev-dependencies]
Expand Down

0 comments on commit d4efd00

Please sign in to comment.