-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from ThomasdenH/develop
Version 2.0.0
- Loading branch information
Showing
12 changed files
with
231 additions
and
180 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,15 @@ | ||
[package] | ||
name = "iban_validate" | ||
# Note: When updating, also update in lib.rs and README.md | ||
version = "1.0.3" | ||
version = "2.0.0" | ||
authors = ["Thomas den Hollander <[email protected]>"] | ||
description = "A small crate to verify IBAN account numbers." | ||
repository = "https://github.com/ThomasdenH/iban_check" | ||
license = "MIT/Apache-2.0" | ||
readme = "README.md" | ||
keywords = ["iban", "iban-validator"] | ||
categories = ["parsing"] | ||
edition = "2018" | ||
|
||
[badges] | ||
appveyor = { repository = "ThomasdenH/iban-validate" } | ||
|
@@ -23,8 +24,9 @@ name = "iban" | |
path = "src/lib.rs" | ||
|
||
[dependencies] | ||
regex = "1.0.0" | ||
lazy_static = "1.0.0" | ||
regex = "1.1.0" | ||
lazy_static = "1.2.0" | ||
|
||
[dev-dependencies] | ||
expectest = "0.10.0" | ||
expectest = "0.11.0" | ||
proptest = "0.8.7" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.