Skip to content

Commit

Permalink
update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
RexWzh committed Nov 20, 2022
1 parent 8aa3c53 commit 88bddea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "QRCoders"
uuid = "f42e9828-16f3-11ed-2883-9126170b272d"
authors = ["Jérémie Gillet <[email protected]> and contributors"]
version = "1.3.1"
version = "1.4.0"

[deps]
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
Expand All @@ -16,16 +16,16 @@ FileIO = "1"
ImageCore = "0.8, 0.9"
ImageIO = "0.4, 0.5, 0.6"
ImageMagick = "1"
StatsBase = "0.33"
UnicodePlots = "2.7 - 2.12"
julia = "1.3"

[extras]
ImageTransformations = "02fcd773-0e25-5acc-982a-7f6622650795"
QRDecoders = "d4999880-6331-4276-8b7d-7ee1f305cff8"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestImages = "5e47fb64-e119-507b-a336-dd2b206d9990"

[targets]
test = ["ImageTransformations", "QRDecoders", "Test", "Random", "StatsBase", "TestImages"]
test = ["ImageTransformations", "QRDecoders", "Test", "Random", "TestImages"]

0 comments on commit 88bddea

Please sign in to comment.