diff --git a/Cargo.lock b/Cargo.lock index 74760d3..3051c5e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5353,9 +5353,9 @@ dependencies = [ [[package]] name = "web-rwkv" -version = "0.10.9" +version = "0.10.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ef13e397dddab189fb5b525a861236b1363223a468ad912b789b50465679ff7" +checksum = "3d35717c1a06fb3d21cb3ea4c2bed4f0f70bf2b3944f0e9befbd8a8d2058f059" dependencies = [ "ahash 0.8.11", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 6a777a6..bb5e368 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.10.9" +version = "0.10.10" [patch.crates-io] hf-hub = { git = "https://github.com/cgisky1980/hf-hub.git", branch = "main" }