Skip to content

Commit

Permalink
fix dep
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Nov 21, 2023
1 parent c9f9db0 commit a112208
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,4 @@ crate-type = ["cdylib"]
nanopub = { version = "0.0.7", path = "../lib" }
pyo3 = { version = "0.20", features = ["extension-module"] }
pyo3-asyncio = "0.20"
tokio = "1.34"
# futures = "0.3"
tokio = { version = "1.34", features = ["rt-multi-thread"] }

0 comments on commit a112208

Please sign in to comment.