diff --git a/Cargo.toml b/Cargo.toml index 48fc014..089c7e6 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "startinpy" -version = "0.11.0" +version = "0.11.0-beta0" authors = ["Hugo Ledoux "] license = "MIT" homepage="https://github.com/hugoledoux/startinpy" @@ -11,9 +11,9 @@ edition = "2021" [dependencies] -startin = "0.7.1" +# startin = "0.7.1" # startin = { path = "../startin" } -# startin = { git = "https://github.com/hugoledoux/startin", branch = "develop" } +startin = { git = "https://github.com/hugoledoux/startin", branch = "develop" } numpy = "~0.17" rand = "0.8.5" geojson = "0.24"