Skip to content

Commit

Permalink
Bump MSRV to 1.56
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Aug 18, 2023
1 parent 407ba94 commit d0b914b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
env:
RUSTFLAGS: -Dwarnings
RUST_BACKTRACE: 1
minrust: 1.51
minrust: '1.56'

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion valuable-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "valuable-derive"
version = "0.1.0"
edition = "2018"
license = "MIT"
rust-version = "1.51.0"
rust-version = "1.56"
description = "Macros for the `valuable` crate."
repository = "https://github.com/tokio-rs/valuable"
categories = [
Expand Down
2 changes: 1 addition & 1 deletion valuable-serde/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Taiki Endo <[email protected]>"]
edition = "2018"
license = "MIT"
description = "`serde::Serialize` implementation for `Valuable` types."
rust-version = "1.51.0"
rust-version = "1.56"
readme = "README.md"
repository = "https://github.com/tokio-rs/valuable"
categories = [
Expand Down
2 changes: 1 addition & 1 deletion valuable/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "valuable"
version = "0.1.0"
edition = "2018"
license = "MIT"
rust-version = "1.51.0"
rust-version = "1.56"
readme = "../README.md"
repository = "https://github.com/tokio-rs/valuable"
description = """
Expand Down

0 comments on commit d0b914b

Please sign in to comment.