Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #11 from pros-rs/bump_verisons
Browse files Browse the repository at this point in the history
bump crate versions
  • Loading branch information
Gavin-Niederman authored Dec 23, 2023
2 parents 23c3454 + 01ea039 commit 1079336
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pros-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pros-sys"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
description = "EFI for the PROS rust bindings"
keywords = ["PROS", "Robotics", "bindings"]
Expand Down
4 changes: 2 additions & 2 deletions pros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pros"
version = "0.0.10"
version = "0.1.0"
edition = "2021"
description = "Rust bindings for PROS"
keywords = ["PROS", "Robotics", "bindings"]
Expand All @@ -14,7 +14,7 @@ readme = "../README.md"
[dependencies]
lazy_static = { version = "1.4.0", features = ["spin_no_std"] }
spin = "0.9.8"
pros-sys = { version = "0.3.0", path = "../pros-sys", features = ["xapi"] }
pros-sys = { version = "0.3.1", path = "../pros-sys", features = ["xapi"] }
snafu = { version = "0.7.5", default-features = false, features = [
"rust_1_61",
] }
Expand Down

0 comments on commit 1079336

Please sign in to comment.