Skip to content

Commit

Permalink
Clean up Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottPJones committed Oct 4, 2018
1 parent b98ac70 commit 4a869d2
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,20 @@ authors = ["ScottPJones <[email protected]>"]
keywords = ["Strings", "ICU", "Encoding", "Regex"]
license = "MIT"
uuid = "62566d7f-c768-4ca3-a8fa-508ab99b922c"
version = "0.1.4"
version = "0.1.5"

[deps]
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"

BinDeps = "9e28174c-4ba2-5203-b857-d8d62c4213ee"

ModuleInterfaceTools = "5cb8414e-7aab-5a03-a681-351269c074bf"
StrBase = "e79e7a6a-7bb1-5a4d-9d64-da657b06f53a" # 2v12uwlr0ueale6n

WinRPM = "c17dfb99-b4f7-5aad-8812-456da1ad7187"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]

0 comments on commit 4a869d2

Please sign in to comment.