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 259d8ac commit 446885bCopy full SHA for 446885b
1 file changed
Cargo.toml
@@ -30,8 +30,8 @@ serde = { workspace = true }
30
serde_json = { workspace = true }
31
ctor = { version = "0.1.16", optional = true }
32
paste = "1.0.15"
33
-ciborium = { git = "https://github.com/AvivDavid23/ciborium", branch = "main" }
34
-ciborium-ll = { git = "https://github.com/AvivDavid23/ciborium", branch = "main" }
+ciborium = { git = "https://github.com/RedisJSON/ciborium", branch = "main" }
+ciborium-ll = { git = "https://github.com/RedisJSON/ciborium", branch = "main" }
35
bytemuck = "1"
36
half = { version = "2.0.0", features = ["bytemuck"] }
37
thiserror = "2.0.18"
0 commit comments