specify commit for own quickjs-rusty
All checks were successful
Build && Deploy / cargo build (push) Successful in 1m21s
All checks were successful
Build && Deploy / cargo build (push) Successful in 1m21s
This commit is contained in:
parent
af4cad6765
commit
4aa3cb5080
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1470,7 +1470,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "libquickjs-ng-sys"
|
name = "libquickjs-ng-sys"
|
||||||
version = "0.9.0"
|
version = "0.9.0"
|
||||||
source = "git+https://github.com/akulij/quickjs-rusty.git#a7529d4a6523b28ca7402bbd8d0373010de6cdb7"
|
source = "git+https://github.com/akulij/quickjs-rusty.git?rev=8c89aeb#8c89aeb802965ac5b00be00197a9a3a3faefd3b9"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bindgen",
|
"bindgen",
|
||||||
"cc",
|
"cc",
|
||||||
@ -2015,7 +2015,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "quickjs-rusty"
|
name = "quickjs-rusty"
|
||||||
version = "0.9.0"
|
version = "0.9.0"
|
||||||
source = "git+https://github.com/akulij/quickjs-rusty.git#a7529d4a6523b28ca7402bbd8d0373010de6cdb7"
|
source = "git+https://github.com/akulij/quickjs-rusty.git?rev=8c89aeb#8c89aeb802965ac5b00be00197a9a3a3faefd3b9"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"chrono",
|
"chrono",
|
||||||
|
|||||||
@ -20,7 +20,7 @@ lazy_static = "1.5.0"
|
|||||||
log = "0.4.27"
|
log = "0.4.27"
|
||||||
mongodb = "3.2.3"
|
mongodb = "3.2.3"
|
||||||
pretty_env_logger = "0.5.0"
|
pretty_env_logger = "0.5.0"
|
||||||
quickjs-rusty = { git = "https://github.com/akulij/quickjs-rusty.git" }
|
quickjs-rusty = { git = "https://github.com/akulij/quickjs-rusty.git", rev = "8c89aeb" }
|
||||||
serde = { version = "1.0.219", features = ["derive", "serde_derive"] }
|
serde = { version = "1.0.219", features = ["derive", "serde_derive"] }
|
||||||
serde_json = "1.0.140"
|
serde_json = "1.0.140"
|
||||||
teloxide = { version = "0.14.0", features = ["macros", "postgres-storage-nativetls"] }
|
teloxide = { version = "0.14.0", features = ["macros", "postgres-storage-nativetls"] }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user