Skip to content

Commit

Permalink
les do it
Browse files Browse the repository at this point in the history
  • Loading branch information
rnag committed Apr 17, 2022
1 parent 9581847 commit c6817ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ This crate works with Cargo with a `Cargo.toml` like:

```toml
[dependencies]
serde-this-or-that = "0.2"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde-this-or-that = "0.3"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
```

## Getting started
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/serde-this-or-that/0.2.0")]
#![doc(html_root_url = "https://docs.rs/serde-this-or-that/0.3.0")]
#![warn(rust_2018_idioms, missing_docs)]
#![deny(warnings, dead_code, unused_imports, unused_mut)]

Expand Down

0 comments on commit c6817ff

Please sign in to comment.