diff --git a/psmap/Cargo.toml b/psmap/Cargo.toml index 324e129..922b9bc 100644 --- a/psmap/Cargo.toml +++ b/psmap/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "psmap" -version = "1.1.0" +version = "1.2.0" authors = ["Matt Bilker "] license = "MIT" edition = "2018" diff --git a/psmap/src/lib.rs b/psmap/src/lib.rs index 5ae61af..8254c12 100644 --- a/psmap/src/lib.rs +++ b/psmap/src/lib.rs @@ -36,7 +36,5 @@ pub enum PsmapError { }, #[error("Node field `{source_name}` does not have a value")] - ValueNotFound { - source_name: &'static str, - }, + ValueNotFound { source_name: &'static str }, }