Skip to content

Commit

Permalink
fix: revert maturin version (#795)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-camuto authored May 13, 2024
1 parent 5125aaa commit d9f2ada
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 19 deletions.
34 changes: 18 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,16 +71,16 @@ tokio = { version = "1.35", default_features = false, features = [
"rt-multi-thread"
] }
tokio-util = { version = "0.7.9", features = ["codec"] }
pyo3 = { version = "0.21.2", features = [
pyo3 = { version = "0.20.2", features = [
"extension-module",
"abi3-py37",
"macros",
], default_features = false, optional = true }
pyo3-asyncio = { git = "https://github.com/jopemachine/pyo3-asyncio/", branch="migration-pyo3-0.21", features = [
pyo3-asyncio = { version="0.20.0", features = [
"attributes",
"tokio-runtime",
], default_features = false, optional = true }
pyo3-log = { version = "0.10.0", default_features = false, optional = true }
pyo3-log = { version = "0.9.0", default_features = false, optional = true }
tract-onnx = { git = "https://github.com/sonos/tract/", rev = "05ebf550aa9922b221af4635c21a67a8d2af12a9", default_features = false, optional = true }
tabled = { version = "0.12.0", optional = true }

Expand Down
1 change: 1 addition & 0 deletions src/graph/postgres.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
use log::{debug, error, info};
use std::fmt::Debug;
use std::net::IpAddr;
#[cfg(unix)]
use std::path::Path;
use std::str::FromStr;
use std::sync::Arc;
Expand Down

0 comments on commit d9f2ada

Please sign in to comment.