Skip to content

Commit

Permalink
update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
michikawa07 committed Sep 14, 2022
1 parent b59c1a8 commit c47136f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
name = "UnitfulParsableString"
uuid = "06c00241-927a-4d5b-bb5e-6b5a2ada3567"
authors = ["michikawa07 <[email protected]> and contributors"]
version = "0.1.0"
version = "0.1.1"

[deps]
Memoization = "6fafb56a-5788-4b4e-91ca-c0cea6611c73"
Term = "22787eb5-b846-44ae-b979-8e399b8463ab"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"

[compat]
Memoization = "0.1"
Unitful = "1"
julia = "1.6"
julia = "1"

[extras]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Measurements = "eff96d63-e80a-5855-80a2-b1b0885c5ab7"
UnitfulAtomic = "a7773ee8-282e-5fa2-be4e-bd808c38a91a"
Term = "22787eb5-b846-44ae-b979-8e399b8463ab"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
Expand Down

0 comments on commit c47136f

Please sign in to comment.