Skip to content

Commit

Permalink
Use saturate from crates.io; fixes CI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
staticintlucas committed May 17, 2024
1 parent eb5ae65 commit 2f6907a
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 @@ -36,7 +36,7 @@ miniz_oxide = "0.7"
ouroboros = "0.18"
pdf-writer = "0.9"
rgb = { version = "0.8", default-features = false }
saturate = { git = "https://github.com/staticintlucas/saturate", branch = "main" }
saturate = "0.1"
serde = { version = "1.0", default-features = false, features = ["derive"] }
serde_json = "1.0"
svg = "0.17"
Expand Down

0 comments on commit 2f6907a

Please sign in to comment.