diff --git a/Cargo.lock b/Cargo.lock index d554d5e..31060a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5236,9 +5236,9 @@ dependencies = [ [[package]] name = "web-rwkv" -version = "0.9.5" +version = "0.9.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14f388435f98e79e2dd09ee64fc6d3c3a1a3cbe64c6042e30892418b495f0327" +checksum = "5bd2b02b7526e722edf50ef6b38533d535e66db828555ea162b64c1264de14aa" dependencies = [ "ahash 0.8.11", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index b87a204..523c2e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ path = "crates/ai00-core" # path = "../web-rwkv" default-features = false features = ["native"] -version = "0.9.5" +version = "0.9.6" [patch.crates-io] hf-hub = { git = "https://github.com/cgisky1980/hf-hub.git", branch = "main" }