psmap(cargo): version 1.2.0

- Upgraded dependencies
This commit is contained in:
Felix
2021-02-23 10:53:05 +00:00
parent 9f51fe8dc1
commit f0fe19c823
2 changed files with 2 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "psmap"
version = "1.1.0"
version = "1.2.0"
authors = ["Matt Bilker <me@mbilker.us>"]
license = "MIT"
edition = "2018"

View File

@@ -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 },
}