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

Commit

Permalink
fix: update pros-core version in pros
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavin-Niederman committed Apr 6, 2024
1 parent 87a77d1 commit 25b74c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pros-sync = { version = "0.2.0", path = "../pros-sync", optional = true }
pros-async = { version = "0.2.0", path = "../pros-async", optional = true }
pros-devices = { version = "0.2.0", path = "../pros-devices", optional = true }
pros-panic = { version = "0.1.1", path = "../pros-panic", optional = true }
pros-core = { version = "0.1.0", path = "../pros-core", optional = true }
pros-core = { version = "0.1.1", path = "../pros-core", optional = true }
pros-math = { version = "0.1.0", path = "../pros-math", optional = true }
pros-sys = { version = "0.8.0", path = "../pros-sys" }

Expand Down

0 comments on commit 25b74c9

Please sign in to comment.