use imbl-value from GH

This commit is contained in:
Aiden McClelland
2024-01-04 11:39:46 -07:00
parent ba431972bf
commit 8dcecad033
2 changed files with 2 additions and 3 deletions

3
Cargo.lock generated
View File

@@ -656,8 +656,7 @@ dependencies = [
[[package]]
name = "imbl-value"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b6d3d8cdfd1ac46aab6195692baf9c65dd34dcc7e7ddfb426a2c014736ba90c"
source = "git+https://github.com/Start9Labs/imbl-value.git#48dc39a762a3b4f9300d3b9f850cbd394e777ae0"
dependencies = [
"imbl",
"serde",

View File

@@ -24,7 +24,7 @@ http = "1"
http-body-util = "0.1"
hyper = { version = "1", features = ["server", "http1", "http2", "client"] }
itertools = "0.12"
imbl-value = "0.1"
imbl-value = { git = "https://github.com/Start9Labs/imbl-value.git" }
lazy_format = "2"
lazy_static = "1.4"
openssl = { version = "0.10", features = ["vendored"] }