Compare commits

...

4 Commits

Author SHA1 Message Date
github-actions[bot]
4c59caba7c ci: update version string in docs 2024-05-13 03:47:51 +00:00
dante
e7f54cb6ac fix: windows build (#796) 2024-05-13 12:47:36 +09:00
dante
ed65e8c090 Revert "fix: revert maturin version (#795)"
This reverts commit d9f2adad99.
2024-05-13 12:41:02 +09:00
dante
d9f2adad99 fix: revert maturin version (#795) 2024-05-13 12:21:35 +09:00
3 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
ezkl==0.0.0
ezkl==11.0.10
sphinx
sphinx-rtd-theme
sphinxcontrib-napoleon

View File

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

View File

@@ -1,6 +1,7 @@
use log::{debug, error, info};
use std::fmt::Debug;
use std::net::IpAddr;
#[cfg(unix)]
use std::path::Path;
use std::str::FromStr;
use std::sync::Arc;