Skip to content

Commit bc4bed8

Browse files
authored
Version 0.1.0-alpha.8 (#5)
1 parent a3aaed9 commit bc4bed8

4 files changed

Lines changed: 7 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ members = ["booster_sdk", "booster_sdk_py"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.1.0-alpha.7"
6+
version = "0.1.0-alpha.8"
77
edition = "2024"
88
authors = ["Team whIRLwind"]
99
license = "MIT OR Apache-2.0"
10-
repository = "https://github.com/IntelligentRobotics/booster_sdk"
10+
repository = "https://github.com/IntelligentRoboticsLab/booster_sdk"
11+
readme = "README.md"
1112

1213
[workspace.lints.rust]
1314
# TODO: re-enable this once we have docs for everything

booster_sdk/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ edition.workspace = true
66
authors.workspace = true
77
license.workspace = true
88
repository.workspace = true
9+
readme.workspace = true
910

1011
[dependencies]
1112
tokio = { workspace = true }

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = ["Team whIRLwind"]
33
channels = ["conda-forge"]
44
name = "booster-sdk"
55
platforms = ["osx-arm64", "linux-64", "linux-aarch64"]
6-
version = "0.1.0-alpha.7"
6+
version = "0.1.0-alpha.8"
77

88
[environments]
99
py = ["wheel-build", "python-tasks"]

0 commit comments

Comments
 (0)