Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zakarumych committed Jul 14, 2023
1 parent 78094c6 commit a7b06b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "allocator-api2"
version = "0.2.15"
version = "0.2.16"
edition = "2018"
authors = ["Zakarum <zaq.dev@icloud.com>"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ repository = "https://github.com/zakarumych/allocator-api2"
nightly = ["allocator-api2/nightly"]

[dependencies]
allocator-api2 = { version = "=0.2.14", path = ".." }
allocator-api2 = { version = "=0.2.16", path = ".." }

0 comments on commit a7b06b7

Please sign in to comment.