mirror of
https://github.com/mbilker/kbinxml-rs.git
synced 2026-09-08 02:25:20 -05:00
psmap(cargo): version 1.2.0
- Upgraded dependencies
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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 },
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user