Skip to content

Commit

Permalink
Bump the versions to 0.3.3
Browse files Browse the repository at this point in the history
Summary: Need to release a new fix with D53723423 included.

Reviewed By: stepancheg

Differential Revision: D53953107

fbshipit-source-id: c23ca5b1518ef3326f2f1a415d88659e7129ee31
  • Loading branch information
ndmitchell authored and facebook-github-bot committed Feb 20, 2024
1 parent 62e632f commit 1f423b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions allocative/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

Expand Down
2 changes: 1 addition & 1 deletion allocative_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f423b4

Please sign in to comment.