Skip to content

Commit 5de6084

Browse files
Upgrade pinned version
1 parent b4563ef commit 5de6084

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ crate-type = ["cdylib"]
1111
[dependencies]
1212
# Use unreleased version to depend on signature improvements https://github.com/PyO3/pyo3/pull/2702
1313
pyo3 = { version = "0.18.1", features = ["extension-module"] }
14-
egg-smol = { git = "https://github.com/saulshanabrook/egg-smol", rev = "a9a388e0f7c05dfb11943692e9c3e3407089493e" }
14+
egg-smol = { git = "https://github.com/saulshanabrook/egg-smol", rev = "bc4dae5ff5c9052a7f751bb79e3ebf76178dcc9b" }
1515
# egg-smol = { path = "../egg-smol" }
1616
pyo3-log = "0.8.1"
1717
log = "0.4.17"

0 commit comments

Comments
 (0)