Skip to content
This repository has been archived by the owner on Aug 15, 2021. It is now read-only.

Commit

Permalink
Support MSRV of 1.32
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenroose committed May 22, 2020
1 parent d012830 commit 843aa26
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: rust
rust:
- 1.40.0
- 1.32.0
- stable
- beta
- nightly
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ of the JSON data model that is small and very fast to parse.

## Usage

Serde CBOR supports Rust 1.40 and up. Add this to your `Cargo.toml`:
Serde CBOR supports Rust 1.32 and up. Add this to your `Cargo.toml`:
```toml
[dependencies]
serde_cbor = "0.11.1"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//!
//! # Usage
//!
//! Serde CBOR supports Rust 1.40 and up. Add this to your `Cargo.toml`:
//! Serde CBOR supports Rust 1.32 and up. Add this to your `Cargo.toml`:
//! ```toml
//! [dependencies]
//! serde_cbor = "0.10"
Expand Down

0 comments on commit 843aa26

Please sign in to comment.