@@ -18,7 +18,7 @@ members = [
1818]
1919
2020[workspace .package ]
21- version = " 0.7.4 "
21+ version = " 0.7.5 "
2222edition = " 2021"
2323rust-version = " 1.82.0"
2424description = " An n-Dimension Rust Tensor Toolkit"
@@ -28,24 +28,24 @@ categories = ["science"]
2828license = " Apache-2.0"
2929
3030[workspace .dependencies ]
31- rstsr = { path = " ./rstsr" , default-features = false , version = " 0.7.4 " }
32- rstsr-core = { path = " ./rstsr-core" , default-features = false , version = " 0.7.4 " }
31+ rstsr = { path = " ./rstsr" , default-features = false , version = " 0.7.5 " }
32+ rstsr-core = { path = " ./rstsr-core" , default-features = false , version = " 0.7.5 " }
3333# members (without core)
34- rstsr-common = { path = " ./rstsr-common" , default-features = false , version = " 0.7.4 " }
35- rstsr-dtype-traits = { path = " ./rstsr-dtype-traits" , default-features = false , version = " 0.7.4 " }
36- rstsr-native-impl = { path = " ./rstsr-native-impl" , default-features = false , version = " 0.7.4 " }
34+ rstsr-common = { path = " ./rstsr-common" , default-features = false , version = " 0.7.5 " }
35+ rstsr-dtype-traits = { path = " ./rstsr-dtype-traits" , default-features = false , version = " 0.7.5 " }
36+ rstsr-native-impl = { path = " ./rstsr-native-impl" , default-features = false , version = " 0.7.5 " }
3737# members (traits and core-extensions)
38- rstsr-blas-traits = { path = " ./rstsr-blas-traits" , default-features = false , version = " 0.7.4 " }
39- rstsr-linalg-traits = { path = " ./rstsr-linalg-traits" , default-features = false , version = " 0.7.4 " }
40- rstsr-sci-traits = { path = " ./rstsr-sci-traits" , default-features = false , version = " 0.7.4 " }
38+ rstsr-blas-traits = { path = " ./rstsr-blas-traits" , default-features = false , version = " 0.7.5 " }
39+ rstsr-linalg-traits = { path = " ./rstsr-linalg-traits" , default-features = false , version = " 0.7.5 " }
40+ rstsr-sci-traits = { path = " ./rstsr-sci-traits" , default-features = false , version = " 0.7.5 " }
4141# members (device)
42- rstsr-openblas = { path = " ./crates-device/rstsr-openblas" , default-features = false , version = " 0.7.4 " }
43- rstsr-mkl = { path = " ./crates-device/rstsr-mkl" , default-features = false , version = " 0.7.4 " }
44- rstsr-blis = { path = " ./crates-device/rstsr-blis" , default-features = false , version = " 0.7.4 " }
45- rstsr-aocl = { path = " ./crates-device/rstsr-aocl" , default-features = false , version = " 0.7.4 " }
46- rstsr-kml = { path = " ./crates-device/rstsr-kml" , default-features = false , version = " 0.7.4 " }
42+ rstsr-openblas = { path = " ./crates-device/rstsr-openblas" , default-features = false , version = " 0.7.5 " }
43+ rstsr-mkl = { path = " ./crates-device/rstsr-mkl" , default-features = false , version = " 0.7.5 " }
44+ rstsr-blis = { path = " ./crates-device/rstsr-blis" , default-features = false , version = " 0.7.5 " }
45+ rstsr-aocl = { path = " ./crates-device/rstsr-aocl" , default-features = false , version = " 0.7.5 " }
46+ rstsr-kml = { path = " ./crates-device/rstsr-kml" , default-features = false , version = " 0.7.5 " }
4747# members (plugin)
48- rstsr-tblis = { path = " ./crates-plugin/rstsr-tblis" , default-features = false , version = " 0.7.4 " }
48+ rstsr-tblis = { path = " ./crates-plugin/rstsr-tblis" , default-features = false , version = " 0.7.5 " }
4949# develop dependencies that should not publish
5050rstsr-test-manifest = { path = " ./rstsr-test-manifest" , default-features = false }
5151# ffi dependencies
0 commit comments