Skip to content

Commit

Permalink
Merge pull request #426 from eaufavor/pin-triomphe
Browse files Browse the repository at this point in the history
Pin triomphe to keep the MSRV
  • Loading branch information
tatsuya6502 authored Jun 2, 2024
2 parents 122a5a5 + 17ef6a9 commit f3810e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ uuid = { version = "1.1", features = ["v4"] }

# Opt-out serde and stable_deref_trait features
# https://github.com/Manishearth/triomphe/pull/5
triomphe = { version = "0.1.3", default-features = false }
# 0.1.12 requires Rust 1.76
triomphe = { version = ">=0.1.3, <0.1.12", default-features = false }

# Optional dependencies (enabled by default)
quanta = { version = "0.12.2", optional = true }
Expand Down

0 comments on commit f3810e4

Please sign in to comment.