Skip to content

Commit

Permalink
Update glam
Browse files Browse the repository at this point in the history
  • Loading branch information
0HyperCube committed Dec 7, 2024
1 parent bf3a093 commit b1f62b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ bit-vec = { version = "0.7.0", optional = true, default-features = false, featur
bson = { version = "2.11.0", optional = true, default-features = false, features = [] }
uhlc = { version = "0.8.0", optional = true, default-features = false, features = [] }
bytesize = { version = "1.3.0", optional = true, default-features = false, features = [] }
glam = { version = "0.28", optional = true, default-features = false, features = ["std"] }
glam = { version = "0.29", optional = true, default-features = false, features = ["std"] }
tokio = { version = "1.38", optional = true, default-features = false, features = ["sync"] }
url = { version = "2.5.2", optional = true, default-features = false }
either = { version = "1.13.0", optional = true, default-features = false }
Expand Down

0 comments on commit b1f62b8

Please sign in to comment.