Skip to content

Commit

Permalink
Pin triomphe to keep the MSRV 1.61
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuya6502 committed Jun 9, 2024
1 parent d07e1df commit 6d480a1
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 @@ -29,7 +29,8 @@ tagptr = "0.2"

# 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)
dashmap = { version = "5.2", optional = true }
Expand Down

0 comments on commit 6d480a1

Please sign in to comment.