diff --git a/Cargo.lock b/Cargo.lock index 63f46bc..b9c33a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -46,7 +46,7 @@ checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" [[package]] name = "booster_sdk" -version = "0.1.0-alpha.7" +version = "0.1.0-alpha.8" dependencies = [ "rustdds", "serde", @@ -61,7 +61,7 @@ dependencies = [ [[package]] name = "booster_sdk_py" -version = "0.1.0-alpha.7" +version = "0.1.0-alpha.8" dependencies = [ "booster_sdk", "pyo3", diff --git a/Cargo.toml b/Cargo.toml index fc8d7f0..717cbdd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,11 +3,12 @@ members = ["booster_sdk", "booster_sdk_py"] resolver = "2" [workspace.package] -version = "0.1.0-alpha.7" +version = "0.1.0-alpha.8" edition = "2024" authors = ["Team whIRLwind"] license = "MIT OR Apache-2.0" -repository = "https://github.com/IntelligentRobotics/booster_sdk" +repository = "https://github.com/IntelligentRoboticsLab/booster_sdk" +readme = "README.md" [workspace.lints.rust] # TODO: re-enable this once we have docs for everything diff --git a/booster_sdk/Cargo.toml b/booster_sdk/Cargo.toml index 914a8c4..be3d5e3 100644 --- a/booster_sdk/Cargo.toml +++ b/booster_sdk/Cargo.toml @@ -6,6 +6,7 @@ edition.workspace = true authors.workspace = true license.workspace = true repository.workspace = true +readme.workspace = true [dependencies] tokio = { workspace = true } diff --git a/pixi.toml b/pixi.toml index 9450f03..81aa884 100644 --- a/pixi.toml +++ b/pixi.toml @@ -3,7 +3,7 @@ authors = ["Team whIRLwind"] channels = ["conda-forge"] name = "booster-sdk" platforms = ["osx-arm64", "linux-64", "linux-aarch64"] -version = "0.1.0-alpha.7" +version = "0.1.0-alpha.8" [environments] py = ["wheel-build", "python-tasks"]