Skip to content

Commit

Permalink
Updating metadata for 0.13.2
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
csnover committed Nov 26, 2023
1 parent 62b411f commit c09f8d3
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 @@ -16,7 +16,7 @@ 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"
rust-version = "1.66"
version = "0.13.2-pre"
version = "0.13.2"
2 changes: 1 addition & 1 deletion binrw/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ version.workspace = true

[dependencies]
array-init = "2.0.0"
binrw_derive = { path = "../binrw_derive", version = "0.13.2-pre" }
binrw_derive = { path = "../binrw_derive", version = "0.13.2" }
bytemuck = "1.0.0"

[dev-dependencies]
Expand Down

0 comments on commit c09f8d3

Please sign in to comment.