From 1f423b48ab5da4b5e5e516095b33b5bbfd1a27c2 Mon Sep 17 00:00:00 2001 From: Neil Mitchell Date: Tue, 20 Feb 2024 11:37:28 -0800 Subject: [PATCH] Bump the versions to 0.3.3 Summary: Need to release a new fix with D53723423 included. Reviewed By: stepancheg Differential Revision: D53953107 fbshipit-source-id: c23ca5b1518ef3326f2f1a415d88659e7129ee31 --- allocative/Cargo.toml | 4 ++-- allocative_derive/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/allocative/Cargo.toml b/allocative/Cargo.toml index 2a66352..c85123e 100644 --- a/allocative/Cargo.toml +++ b/allocative/Cargo.toml @@ -6,10 +6,10 @@ edition = "2021" license = { workspace = true } name = "allocative" repository = "https://github.com/facebookexperimental/allocative" -version = "0.3.2" +version = "0.3.3" [dependencies] -allocative_derive = { path = "../allocative_derive", version = "=0.3.2" } +allocative_derive = { path = "../allocative_derive", version = "=0.3.3" } ctor = { workspace = true } diff --git a/allocative_derive/Cargo.toml b/allocative_derive/Cargo.toml index 0dcf988..a30726c 100644 --- a/allocative_derive/Cargo.toml +++ b/allocative_derive/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = { workspace = true } name = "allocative_derive" repository = "https://github.com/facebookexperimental/allocative" -version = "0.3.2" +version = "0.3.3" [lib] proc-macro = true