@@ -13,7 +13,7 @@ members = [
1313]
1414
1515[workspace .package ]
16- version = " 0.3.7 "
16+ version = " 0.3.8 "
1717edition = " 2021"
1818description = " An n-Dimension Rust Tensor Toolkit"
1919repository = " https://github.com/RESTGroup/rstsr"
@@ -22,16 +22,16 @@ categories = ["science"]
2222license = " Apache-2.0"
2323
2424[workspace .dependencies ]
25- rstsr-core = { path = " ./rstsr-core" , default-features = false , version = " 0.3.7 " }
25+ rstsr-core = { path = " ./rstsr-core" , default-features = false , version = " 0.3.8 " }
2626# members without core
27- rstsr-common = { path = " ./rstsr-common" , default-features = false , version = " 0.3.7 " }
28- rstsr-dtype-traits = { path = " ./rstsr-dtype-traits" , default-features = false , version = " 0.3.7 " }
29- rstsr-native-impl = { path = " ./rstsr-native-impl" , default-features = false , version = " 0.3.7 " }
27+ rstsr-common = { path = " ./rstsr-common" , default-features = false , version = " 0.3.8 " }
28+ rstsr-dtype-traits = { path = " ./rstsr-dtype-traits" , default-features = false , version = " 0.3.8 " }
29+ rstsr-native-impl = { path = " ./rstsr-native-impl" , default-features = false , version = " 0.3.8 " }
3030# members
31- rstsr-openblas = { path = " ./rstsr-openblas" , default-features = false , version = " 0.3.7 " }
32- rstsr-blas-traits = { path = " ./rstsr-blas-traits" , default-features = false , version = " 0.3.7 " }
33- rstsr-linalg-traits = { path = " ./rstsr-linalg-traits" , default-features = false , version = " 0.3.7 " }
34- rstsr-sci-traits = { path = " ./rstsr-sci-traits" , default-features = false , version = " 0.3.7 " }
31+ rstsr-openblas = { path = " ./rstsr-openblas" , default-features = false , version = " 0.3.8 " }
32+ rstsr-blas-traits = { path = " ./rstsr-blas-traits" , default-features = false , version = " 0.3.8 " }
33+ rstsr-linalg-traits = { path = " ./rstsr-linalg-traits" , default-features = false , version = " 0.3.8 " }
34+ rstsr-sci-traits = { path = " ./rstsr-sci-traits" , default-features = false , version = " 0.3.8 " }
3535# develop dependencies that should not publish
3636rstsr-test-manifest = { path = " ./rstsr-test-manifest" , default-features = false }
3737# ffi dependencies
0 commit comments