minor version bump
This commit is contained in:
parent
bb23fb5201
commit
554aa5a5c6
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "epp-client"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
edition = "2018"
|
||||
license = "MIT"
|
||||
authors = ["Ritesh Chitlangi <ritesh@ayravat.com>"]
|
||||
|
|
|
@ -85,6 +85,9 @@
|
|||
//! .for_each(|chk| println!("Domain: {}, Available: {}", chk.domain.name, chk.domain.available));
|
||||
//!
|
||||
//! }
|
||||
//!
|
||||
//! // Close the connection
|
||||
//! client.logout().await.unwrap();
|
||||
//! ```
|
||||
//!
|
||||
//! The output would look similar to the following
|
||||
|
|
Loading…
Reference in New Issue