Skip to content

Commit

Permalink
Adjust Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonReinhard committed Oct 28, 2024
1 parent 6621d2d commit dcc9b2b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "QEDcore"
uuid = "35dc0263-cb5f-4c33-a114-1d7f54ab753e"
authors = ["Uwe Hernandez Acosta <[email protected]>", "Anton Reinhard"]
version = "0.1.1"
version = "0.2.0"

[deps]
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Expand All @@ -11,11 +11,11 @@ SimpleTraits = "699a6c99-e7fa-54fc-8d76-47d257e15c1d"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[compat]
DocStringExtensions = "^0.9"
DocStringExtensions = "0.9"
QEDbase = "0.3.0"
Reexport = "^1.2"
SimpleTraits = "^0.9"
StaticArrays = "^1.9"
Reexport = "1.2"
SimpleTraits = "0.9"
StaticArrays = "1.9"
julia = "1.10"

[extras]
Expand Down

0 comments on commit dcc9b2b

Please sign in to comment.