Skip to content

Commit 48800d2

Browse files
committed
update v0.3.10
1 parent c3bc89f commit 48800d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ members = [
1313
]
1414

1515
[workspace.package]
16-
version = "0.3"
16+
version = "0.3.10"
1717
edition = "2021"
1818
description = "An n-Dimension Rust Tensor Toolkit"
1919
repository = "https://github.com/RESTGroup/rstsr"
@@ -24,7 +24,7 @@ license = "Apache-2.0"
2424
[workspace.dependencies]
2525
rstsr-core = { path = "./rstsr-core", default-features = false, version = "0.3.10" }
2626
# members without core
27-
rstsr-common = { path = "./rstsr-common", default-features = false, version = "0.3" }
27+
rstsr-common = { path = "./rstsr-common", default-features = false, version = "0.3.10" }
2828
rstsr-dtype-traits = { path = "./rstsr-dtype-traits", default-features = false, version = "0.3.10" }
2929
rstsr-native-impl = { path = "./rstsr-native-impl", default-features = false, version = "0.3.10" }
3030
# members

0 commit comments

Comments
 (0)