Compare commits

...

2 Commits

Author SHA1 Message Date
github-actions[bot]
857edd543b ci: update version string in docs 2024-12-03 23:47:03 +00:00
Dmitry
0b0199e2b7 fix: typo in lib.rs (#877) 2024-12-03 18:46:46 -05:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
import ezkl
project = 'ezkl'
release = '0.0.0'
release = '15.6.7'
version = release

View File

@@ -120,7 +120,7 @@ pub fn version() -> &'static str {
}
}
/// Bindings managment
/// Bindings management
#[cfg(any(
feature = "ios-bindings",
all(target_arch = "wasm32", target_os = "unknown"),