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 d054968 commit 7b6be85Copy full SHA for 7b6be85
modules/os/Cargo.toml
@@ -12,7 +12,7 @@ home = "0.5"
12
num_cpus = "1"
13
once_cell = "1"
14
rquickjs = { version = "0.9", features = ["macro"] }
15
-rquickjs-extra-utils = { path = "../../libs/utils" }
+rquickjs-extra-utils = { version = "0.1.0", path = "../../libs/utils" }
16
17
[target.'cfg(unix)'.dependencies]
18
libc = "0.2"
modules/sqlite/Cargo.toml
@@ -15,7 +15,7 @@ rquickjs = { version = "0.9", features = [
"macro",
"futures",
] }
19
sqlx = { version = "0.8", default-features = false, features = [
20
"sqlite",
21
"runtime-tokio",
0 commit comments