Skip to content

Commit

Permalink
Updating metadata for 0.11.2
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
csnover committed May 15, 2023
1 parent ff7ba36 commit 1fc50bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,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.11.2-pre"
version = "0.11.2"
2 changes: 1 addition & 1 deletion binrw/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ version.workspace = true

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

[dev-dependencies]
Expand Down

0 comments on commit 1fc50bc

Please sign in to comment.