Skip to content

Commit

Permalink
Bump to 0.3.1
Browse files Browse the repository at this point in the history
Summary: Required to make the Starlark release. I've already released 0.3.1 to crates.io, so follow up by changing internally.

Reviewed By: lmvasquezg

Differential Revision: D50364045

fbshipit-source-id: bbe86fc136cd2beff14316ddaa642e60215a09b3
  • Loading branch information
ndmitchell authored and facebook-github-bot committed Oct 17, 2023
1 parent 88ca06c commit a52808f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ members = [
]

[workspace.dependencies]
allocative = { version = "0.3", path = "allocative/allocative" }
allocative_derive = { version = "0.2", path = "allocative/allocative_derive" }
allocative = { version = "0.3.1", path = "allocative/allocative" }
allocative_derive = { version = "0.3.1", path = "allocative/allocative_derive" }
cmp_any = { version = "0.8.1", path = "gazebo/cmp_any" }
dupe = { version = "0.9.0", path = "gazebo/dupe" }
display_container = { version = "0.9.0", path = "gazebo/display_container" }
Expand Down
4 changes: 2 additions & 2 deletions allocative/allocative/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "allocative"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
description = "Inspect rust object tree and output it as flamegraph"
license = "MIT OR Apache-2.0"
Expand All @@ -9,7 +9,7 @@ repository = "https://github.com/facebookexperimental/allocative"
documentation = "https://docs.rs/allocative"

[dependencies]
allocative_derive = { path = "../allocative_derive", version = "=0.3.0" }
allocative_derive = { path = "../allocative_derive", version = "=0.3.1" }

ctor = { workspace = true }

Expand Down
2 changes: 1 addition & 1 deletion allocative/allocative_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "allocative_derive"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
description = "Implementation of derive(Allocative) for allocative crate"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit a52808f

Please sign in to comment.