Skip to content

Commit

Permalink
chore: set msrv to 1.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
al8n committed May 26, 2024
1 parent 06bac96 commit 66c017f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .clippy.toml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
msrv = "1.56.0"
msrv = "1.34.0"
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
[package]
name = "atomic-time"
version = "0.1.5"
edition = "2021"
edition = "2018"
repository = "https://github.com/al8n/atomic-time"
homepage = "https://github.com/al8n/atomic-time"
documentation = "https://docs.rs/atomic-time"
description = "`AtomicDuration`, `AtomicOptionDuration`, `AtomicSystemTime`, `AtomicOptionSystemTime`, `AtomicInstant` and `AtomicOptionInstant` for Rust."
license = "MIT/Apache-2.0"
rust-version = "1.56.0"
rust-version = "1.34.0"
keywords = [
"atomic",
"no_std",
Expand All @@ -27,7 +27,7 @@ default = ["std"]
std = ["portable-atomic/std", "once_cell"]

[dependencies]
portable-atomic = "1.6"
portable-atomic = "1"
once_cell = { version = "1", optional = true }

serde = { version = "1", optional = true, features = ["derive"] }
Expand Down

0 comments on commit 66c017f

Please sign in to comment.