Skip to content

Commit 8341045

Browse files
committed
add manifest rust-version
1 parent 3792317 commit 8341045

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
include:
2323
# Test MSRV
24-
- rust: 1.51.0
24+
- rust: 1.51.0 # sync with manifest rust-version
2525
TARGET: x86_64-unknown-linux-gnu
2626

2727
# Test nightly but don't fail

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ categories = ["no-std"]
44
description = "serde-json for no_std programs"
55
documentation = "https://docs.rs/serde-json-core"
66
edition = "2018"
7+
rust-version = "1.51.0" # sync with CI
78
keywords = ["serde", "json"]
89
license = "MIT OR Apache-2.0"
910
name = "serde-json-core"

0 commit comments

Comments
 (0)