Skip to content

Commit

Permalink
Bump object to 0.32.0 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirreke authored Aug 13, 2023
1 parent 9730bdd commit 83f7711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ repository = "https://github.com/rust-lang/ar_archive_writer"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
object = { version = "0.31.0", default-features = false, features = ["std", "read"] }
object = { version = "0.32.0", default-features = false, features = ["std", "read"] }

0 comments on commit 83f7711

Please sign in to comment.