Skip to content

Commit

Permalink
Avoid specifying dependencies minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
asny committed Nov 20, 2024
1 parent 23de478 commit 348adcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ thiserror = "2"
reqwest = {version = "0.12", optional = true, default-features = false }
gltf = { version = "1", optional = true, features=["KHR_materials_ior", "KHR_materials_transmission"] }
wavefront_obj = { version = "10", optional = true }
stl_io = { version = "0.8.2", optional = true }
stl_io = { version = "0.8", optional = true }
image = { version = "0.25", optional = true, default-features = false}
resvg = { version = "0.44.0", optional = true }
resvg = { version = "0.44", optional = true }
pcd-rs = { version = "0.12", optional = true, features = ["derive"] }
data-url = {version = "0.3", optional = true }
serde = {version= "1", optional = true, features = ["derive", "rc"] }
Expand Down

0 comments on commit 348adcf

Please sign in to comment.