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 557c419 commit 5ec93d5Copy full SHA for 5ec93d5
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "vcr-cassette"
3
-version = "1.0.1"
+version = "1.0.2"
4
license = "MIT OR Apache-2.0"
5
repository = "https://github.com/http-rs/vcr-cassette"
6
documentation = "https://docs.rs/vcr-cassette"
README.md
@@ -74,7 +74,6 @@ Given the following `.json` VCR Cassette recording:
74
We can deserialize it using [`serde_json`](https://docs.rs/serde-json):
75
76
```rust
77
-# #![allow(unused)]
78
use std::fs;
79
use vcr_cassette::Cassette;
80
0 commit comments