use imbl-value from crates.io

This commit is contained in:
Aiden McClelland
2024-11-29 12:11:02 -07:00
parent 1fef6c7831
commit 8d6735d7e2
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View File

@@ -686,8 +686,9 @@ dependencies = [
[[package]]
name = "imbl-value"
version = "0.1.0"
source = "git+https://github.com/Start9Labs/imbl-value.git#3ce01b17ae5e756fc829ee5e3513a1b19b2a03fc"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17297b705cdce30ef7a47d47385ee11b2db958e810ab3775cc78e34bcdb3f709"
dependencies = [
"imbl",
"serde",