Skip to content

Commit

Permalink
v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ecton committed Aug 11, 2024
1 parent 5a978b6 commit b9dc883
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 28 deletions.
46 changes: 23 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[package]
name = "refuse"
description = "An easy-to-use, incremental, multi-threaded garbage collector"
version = "0.0.5"
version = "0.0.6"
edition = "2021"
rust-version = "1.73.0"
repository = "https://github.com/khonsulabs/refuse"
Expand All @@ -17,7 +17,7 @@ flume = "0.11.0"
intentional = "0.1.1"
kempt = "0.2.4"
parking_lot = { workspace = true }
refuse-macros = { path = "./refuse-macros", version = "=0.0.5" }
refuse-macros = { path = "./refuse-macros", version = "=0.0.6" }

[lints]
workspace = true
Expand Down
2 changes: 1 addition & 1 deletion refuse-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "refuse-macros"
version = "0.0.5"
version = "0.0.6"
description = "Macros for the Refuse garbage collector"
edition = "2021"
rust-version = "1.73.0"
Expand Down
4 changes: 2 additions & 2 deletions refuse-pool/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "refuse-pool"
version = "0.0.5"
version = "0.0.6"
description = "A string interner utilizing the Refuse garbage collector"
edition = "2021"
rust-version = "1.73.0"
Expand All @@ -10,7 +10,7 @@ categories = ["memory-management"]
keywords = ["symbols", "string-interner", "interner"]

[dependencies]
refuse = { path = "../", version = "=0.0.5" }
refuse = { path = "../", version = "=0.0.6" }
ahash = { version = "0.8.11", default-features = false, features = [
"runtime-rng",
] }
Expand Down

0 comments on commit b9dc883

Please sign in to comment.