Skip to content

Commit 5ec93d5

Browse files
committed
v1.0.2
1 parent 557c419 commit 5ec93d5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vcr-cassette"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
license = "MIT OR Apache-2.0"
55
repository = "https://github.com/http-rs/vcr-cassette"
66
documentation = "https://docs.rs/vcr-cassette"

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ Given the following `.json` VCR Cassette recording:
7474
We can deserialize it using [`serde_json`](https://docs.rs/serde-json):
7575

7676
```rust
77-
# #![allow(unused)]
7877
use std::fs;
7978
use vcr_cassette::Cassette;
8079

0 commit comments

Comments
 (0)