Skip to content

Commit

Permalink
Update glam (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
0HyperCube committed Feb 15, 2024
1 parent 10e7cd3 commit 2d94b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ openapiv3 = { version = "1.0.2", optional = true, default-features = false, feat
uhlc = { version = "0.6.0", optional = true, default-features = false, features = [] }
tauri = { version = "1.4.1", optional = true, default-features = false, features = [] }
bytesize = { version = "1.2.0", optional = true, default-features = false, features = [] }
glam = { version = "0.24", optional = true, default-features = false, features = ["std"] }
glam = { version = "0.25", optional = true, default-features = false, features = ["std"] }
tokio = { version = "1.30", optional = true, default-features = false, features = ["sync"] }
url = { version = "2.4.0", optional = true, default-features = false }
either = { version = "1.9.0", optional = true, default-features = false }
Expand Down

0 comments on commit 2d94b0f

Please sign in to comment.