Skip to content

Commit 44b0ea3

Browse files
committed
Update Cargo.toml to point to head
1 parent 36e3aa5 commit 44b0ea3

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Cargo.lock

+4-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ features = ["extension-module", "auto-initialize"]
2020
[dependencies]
2121
tokio = { version = "1.7.0", features = ["full"] }
2222
dashmap = {git = "https://github.com/quake/dashmap", branch = "parking_lot", features = ["parking_lot"]}
23-
pyo3-asyncio = { git = "https://github.com/awestlake87/pyo3-asyncio", rev = "dd6f2cc7838a2990ed15447ff9ef9f93fa51423d", features = ["attributes", "tokio-runtime"] }
23+
pyo3-asyncio = { version="0.14.0" , features = ["attributes", "tokio-runtime"] }
2424
anyhow = "1.0.38"
2525
actix-web = "4.0.0-beta.8"
2626
futures-util = "0.3.15"

0 commit comments

Comments
 (0)