Skip to content

Commit

Permalink
Updated cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
oh-yes-0-fps committed Apr 17, 2024
1 parent cf564c1 commit 7b3b603
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "frclib-core"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
license = "MIT"
description = "A collection of utilities to be used across the FRC in rust ecosystem"
Expand All @@ -26,8 +26,8 @@ nalgebra = { version = "0.32", optional = true}
num = { version = "0.4", optional = true}
simba = { version = "0.8", optional = true}
ctor = { version = "0.2.5", optional = true}
frclib-structure-macros = { path = "./frclib-structure-macros", optional = true}
# frclib-structure-macros = { version = "0.1", optional = true}
# frclib-structure-macros = { path = "./frclib-structure-macros", optional = true}
frclib-structure-macros = { version = "0.1.2", optional = true}
paste = { version = "1.0.14", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 7b3b603

Please sign in to comment.