summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml4
-rw-r--r--allocative/allocative/Cargo.toml4
-rw-r--r--allocative/allocative_derive/Cargo.toml2
3 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f9ebf473..681b0f93 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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" }
diff --git a/allocative/allocative/Cargo.toml b/allocative/allocative/Cargo.toml
index db66d97f..f0e3b5e2 100644
--- a/allocative/allocative/Cargo.toml
+++ b/allocative/allocative/Cargo.toml
@@ -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"
@@ -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 }
diff --git a/allocative/allocative_derive/Cargo.toml b/allocative/allocative_derive/Cargo.toml
index 3d2ac95c..bfec17e0 100644
--- a/allocative/allocative_derive/Cargo.toml
+++ b/allocative/allocative_derive/Cargo.toml
@@ -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"