Skip to content

Commit

Permalink
bump 0.0.33
Browse files Browse the repository at this point in the history
  • Loading branch information
memoryleak47 committed Nov 25, 2024
1 parent eb343ab commit 888cc15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "slotted-egraphs"
version = "0.0.32"
version = "0.0.33"
edition = "2021"
description = "E-Graphs with name binding"
license = "Apache-2.0 OR MIT"
Expand All @@ -15,7 +15,7 @@ trace = ["tracing/max_level_trace", "tracing/release_max_level_trace", "tracing"
features = ["explanations"]

[dependencies]
slotted-egraphs-derive = "=0.0.32"
slotted-egraphs-derive = "=0.0.33"
fnv = "1.0.7"
tracing = { version = "0.1", features = ["attributes"], optional = true }
symbol_table = { version = "0.3", features = ["global"] }
Expand Down
2 changes: 1 addition & 1 deletion slotted-egraphs-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "slotted-egraphs-derive"
description = "proc macros to implement slotted Languages"
version = "0.0.32"
version = "0.0.33"
edition = "2021"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/memoryleak47/slotted-egraphs/"
Expand Down

0 comments on commit 888cc15

Please sign in to comment.