Skip to content

Commit 2d41b36

Browse files
committed
Revert "add manifest rust-version"
This reverts commit 8341045. Superseded by f1a9754
1 parent 410f3f8 commit 2d41b36

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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 # sync with manifest rust-version
24+
- rust: 1.51.0
2525
TARGET: x86_64-unknown-linux-gnu
2626

2727
# Test nightly but don't fail

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ 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
87
keywords = ["serde", "json"]
98
license = "MIT OR Apache-2.0"
109
name = "serde-json-core"

0 commit comments

Comments
 (0)