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 7191438 commit 4442e78Copy full SHA for 4442e78
Cargo.toml
@@ -39,7 +39,7 @@ async-trait = { version = "0.1", optional = true }
39
uuid = { version = "1.0", optional = true }
40
futures = { version = "0.3", optional = true }
41
tokio = { version = "1.0", features = ["rt-multi-thread", "macros", "sync"], optional = true }
42
-rig-core = { version = "0.2.1", optional = true }
+rig-core = { version = "0.18.2", optional = true }
43
pyo3 = { version = "0.22", features = ["extension-module"], optional = true }
44
rocksdb = { version = "0.22", optional = true }
45
ratatui = { version = "0.26", optional = true }
0 commit comments