mirror of
https://github.com/instant-labs/instant-epp.git
synced 2025-01-20 16:49:05 +00:00
minor version bump
This commit is contained in:
parent
bb23fb5201
commit
554aa5a5c6
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "epp-client"
|
name = "epp-client"
|
||||||
version = "0.3.0"
|
version = "0.3.1"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
authors = ["Ritesh Chitlangi <ritesh@ayravat.com>"]
|
authors = ["Ritesh Chitlangi <ritesh@ayravat.com>"]
|
||||||
|
@ -85,6 +85,9 @@
|
|||||||
//! .for_each(|chk| println!("Domain: {}, Available: {}", chk.domain.name, chk.domain.available));
|
//! .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
|
//! The output would look similar to the following
|
||||||
|
Loading…
Reference in New Issue
Block a user