Skip to content

Commit

Permalink
Merge pull request #127 from benjamin051000/main
Browse files Browse the repository at this point in the history
Change rfd features to enable manual builds on Linux.
  • Loading branch information
louis-e authored Jan 3, 2025
2 parents 0097e3b + 1bee908 commit ffd5a27
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 @@ -30,7 +30,7 @@ nalgebra = "0.33.0"
once_cell = "1.19.0"
rand = "0.8.5"
reqwest = { version = "0.12.7", features = ["blocking", "json"] }
rfd = "0.15.0"
rfd = { version = "0.15.1", default-features = false, features = ["tokio"] }
semver = "1.0.23"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down

0 comments on commit ffd5a27

Please sign in to comment.