Skip to content

Commit b18b097

Browse files
wendy728facebook-github-bot
authored andcommitted
bump allocative version for hashbrown 0.12.3 -> 0.14.3
Summary: Already released new allocative version to crates.io, also updating internally. We can keep the starlark-rust 0.12.3 version since I updated allocative before updating starlark in crates.io locally. I had to bump the version for allocative as well to get the hashbrown fix into the release. Will make a new github release for starlark-rust when I land this. Reviewed By: ndmitchell Differential Revision: D53614009 fbshipit-source-id: 718d96bbd1a46e8af5a7b2a592cf518ab9db9e5d
1 parent d31ecaf commit b18b097

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
- Removed autocompletion on reserved words and some trigger chars for Starlark
1616
LSP.
1717
- Updated `hashbrown` from 0.13.2 to 0.14.3.
18+
- Updated `allocative` from 0.3.1 to 0.3.2.
1819

1920
## 0.11 (Jan 19, 2024)
2021

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ license = "Apache-2.0"
1818
repository = "https://github.com/facebookexperimental/starlark-rust"
1919

2020
[workspace.dependencies]
21-
allocative = { version = "0.3.1", path = "allocative/allocative" }
22-
allocative_derive = { version = "0.3.1", path = "allocative/allocative_derive" }
21+
allocative = { version = "0.3.2", path = "allocative/allocative" }
22+
allocative_derive = { version = "0.3.2", path = "allocative/allocative_derive" }
2323
cmp_any = { version = "0.8.1", path = "gazebo/cmp_any" }
2424
display_container = { version = "0.9.0", path = "gazebo/display_container" }
2525
dupe = { version = "0.9.0", path = "gazebo/dupe" }

allocative/allocative/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ edition = "2021"
66
license = { workspace = true }
77
name = "allocative"
88
repository = "https://github.com/facebookexperimental/allocative"
9-
version = "0.3.1"
9+
version = "0.3.2"
1010

1111
[dependencies]
12-
allocative_derive = { path = "../allocative_derive", version = "=0.3.1" }
12+
allocative_derive = { path = "../allocative_derive", version = "=0.3.2" }
1313

1414
ctor = { workspace = true }
1515

allocative/allocative_derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
license = { workspace = true }
77
name = "allocative_derive"
88
repository = "https://github.com/facebookexperimental/allocative"
9-
version = "0.3.1"
9+
version = "0.3.2"
1010

1111
[lib]
1212
proc-macro = true

0 commit comments

Comments
 (0)