We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2bffc8 commit 11ca84cCopy full SHA for 11ca84c
Cargo.toml
@@ -12,7 +12,7 @@ crate-type = ["cdylib"]
12
# Use unreleased version to depend on signature improvements https://github.com/PyO3/pyo3/pull/2702
13
pyo3 = { version = "0.18.1", features = ["extension-module"] }
14
# egglog = { git = "https://github.com/egraphs-good/egglog", rev = "39b199d9bfce9cc47d0c54977279c5b04231e717" }
15
-egglog = { git = "https://github.com/saulshanabrook/egg-smol", rev = "4b7ec0a640b430bc86ec1d9f79e38a06e62c0cb7" }
+egglog = { git = "https://github.com/saulshanabrook/egg-smol", rev = "353c4387640019bd2066991ee0488dc6d5c54168" }
16
17
# egglog = { path = "../egg-smol" }
18
pyo3-log = "0.8.1"
0 commit comments