Skip to content

Commit

Permalink
updated string-interner dependency from 0.2.1 to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbepop committed Feb 10, 2017
1 parent 5f050f0 commit b4d0b5e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ path = "src/parser"

[dependencies]
clap = "2.2"
string-interner = "0.2.1"
string-interner = "0.3"

[[test]]
name = "test_cionc_parser"
Expand Down
2 changes: 1 addition & 1 deletion src/parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ name = "cionc_parser"
path = "lib.rs"

[dependencies]
string-interner = "0.2.1"
string-interner = "0.3"

0 comments on commit b4d0b5e

Please sign in to comment.