We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 410f3f8 commit 2d41b36Copy full SHA for 2d41b36
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
22
include:
23
# Test MSRV
24
- - rust: 1.51.0 # sync with manifest rust-version
+ - rust: 1.51.0
25
TARGET: x86_64-unknown-linux-gnu
26
27
# Test nightly but don't fail
Cargo.toml
@@ -4,7 +4,6 @@ categories = ["no-std"]
4
description = "serde-json for no_std programs"
5
documentation = "https://docs.rs/serde-json-core"
6
edition = "2018"
7
-rust-version = "1.51.0" # sync with CI
8
keywords = ["serde", "json"]
9
license = "MIT OR Apache-2.0"
10
name = "serde-json-core"
0 commit comments