Skip to content

Commit 4a29206

Browse files
authored
Merge pull request #43 from eldruin/update-info
Update crate information after take over by REC
2 parents 2a97b87 + 87d947a commit 4a29206

File tree

3 files changed

+10
-23
lines changed

3 files changed

+10
-23
lines changed

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ keywords = ["serde", "json"]
88
license = "MIT OR Apache-2.0"
99
name = "serde-json-core"
1010
readme = "README.md"
11-
repository = "https://japaric.github.io/serde-json-core/serde_json_core"
11+
repository = "https://github.com/rust-embedded-community/serde-json-core"
1212
version = "0.1.0"
1313

1414
[dependencies]
@@ -24,6 +24,3 @@ serde_derive = "1.0.80"
2424
[features]
2525
custom-error-messages = []
2626
std = ["serde/std"]
27-
28-
[badges]
29-
maintenance = { status = "looking-for-maintainer" }

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,16 @@
44
55
[`serde-json`]: https://crates.io/crates/serde_json
66

7-
# Status
7+
This project is developed and maintained by the [rust-embedded-community].
88

9-
This crate is currently being passively maintained by [@japaric]. I (@japaric)
10-
will be merging PRs (bug fixes and features) as they appear without any
11-
long-term / design consideration. If you would like to take over the steering
12-
wheel (i.e. take ownership of this crate) send me an e-mail (see my GitHub
13-
profile).
9+
[rust-embedded-community]: https://github.com/rust-embedded-community/meta
1410

15-
[@japaric]: https://github.com/japaric
11+
## [Documentation](https://docs.rs/serde-json-core)
1612

17-
## [Documentation](https://japaric.github.io/serde-json-core/serde_json_core)
13+
## Minimum Supported Rust Version (MSRV)
14+
15+
This crate is guaranteed to compile on stable Rust 1.40.0 and up. It *might*
16+
compile with older versions but that may change in any new patch release.
1817

1918
## License
2019

src/lib.rs

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,6 @@
55
//! This version of [`serde-json`] is aimed at applications that run on resource constrained
66
//! devices.
77
//!
8-
//! # Status
9-
//!
10-
//! This crate is currently being passively maintained by [@japaric]. I (@japaric) will be merging
11-
//! PRs (bug fixes and features) as they appear without any long-term / design consideration. If you
12-
//! would like to take over the steering wheel (i.e. take ownership of this crate) send me an e-mail
13-
//! (see my GitHub profile).
14-
//!
15-
//! [@japaric]: https://github.com/japaric
16-
//!
178
//! # Current features
189
//!
1910
//! - The error type is a simple C like enum (less overhead, smaller memory footprint)
@@ -57,9 +48,9 @@
5748
//! - Like the dynamic [`Value`](https://docs.rs/serde_json/1.0.11/serde_json/enum.Value.html)
5849
//! type
5950
//!
60-
//! # MSRV
51+
//! # Minimum Supported Rust Version (MSRV)
6152
//!
62-
//! This crate is guaranteed to compile on stable Rust 1.31.0 and up. It *might* compile with older
53+
//! This crate is guaranteed to compile on stable Rust 1.40.0 and up. It *might* compile with older
6354
//! versions but that may change in any new patch release.
6455
6556
#![deny(missing_docs)]

0 commit comments

Comments
 (0)