Skip to content
This repository was archived by the owner on Nov 10, 2023. It is now read-only.

Commit 083d213

Browse files
committed
cymrust 0.4.1
1 parent 5791b78 commit 083d213

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cymrust"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = [ "Ossi Herrala <[email protected]>" ]
55
edition = "2018"
66

Diff for: README.md

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ Cymrust's docs can be found from [docs.rs](https://docs.rs/cymrust/).
1111
# Example
1212

1313
```rust
14-
extern crate cymrust;
15-
1614
use std::env;
1715
use std::net::IpAddr;
1816

0 commit comments

Comments
 (0)