Skip to content

Commit

Permalink
- Package version updated
Browse files Browse the repository at this point in the history
- `cargo publish --dry-run` warnings fixed
- .gitignore list updated
  • Loading branch information
Pratik Tripathy committed Apr 15, 2021
1 parent b44bb6a commit 3725693
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,7 @@ bh_unicode_properties.cache
# Sublime-github package stores a github token in this file
# https://packagecontrol.io/packages/sublime-github
GitHub.sublime-settings


## Jetbrains
.idea/
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ name = "sanitizer"
description = "A collection of methods and macros to sanitize struct fields"
keywords = ["sanitizer", "validate", "trim", "e164", "case"]
categories = ["text-processing", "value-formatting"]
version = "0.1.2"
version = "0.1.3"
authors = ["weegee <[email protected]>"]
license = "MIT"
edition = "2018"

[dependencies]
heck = "0.3.2"
phonenumber = "0.3.1+8.12.9"
phonenumber = "0.3.1"
paste = "1.0"
num-traits = "0.2"

Expand All @@ -20,8 +20,8 @@ version = "0.2.0"
optional = true

[features]
default = [ "derive" ]
derive = [ "sanitizer_macros" ]
default = ["derive"]
derive = ["sanitizer_macros"]

[workspace]
members = [ "sanitizer-macros" ]
members = ["sanitizer-macros"]

0 comments on commit 3725693

Please sign in to comment.