Skip to content

Commit

Permalink
[feature] specify minimum version for 'skip_error'
Browse files Browse the repository at this point in the history
  • Loading branch information
woshilapin committed May 24, 2021
1 parent 68e241d commit ec59328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ relational_types = "2"
rust_decimal = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
skip_error = { version = "1", features = ["log"] }
skip_error = { version = "1.1", features = ["log"] }
tempfile = "3"
thiserror = "1"
typed_index_collection = "2"
Expand Down

0 comments on commit ec59328

Please sign in to comment.