-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed calculate_linear_dependency_ordering() and bump versions to QED…
…core 0.2 and QEDbase 0.3 (#83) This pull request changes the compat entry for the `QEDcore` package from `0.1` to `0.1, 0.2`. This keeps the compat entries for earlier versions. Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request.
- Loading branch information
Showing
4 changed files
with
98 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,24 @@ | ||
name = "QuantumElectrodynamics" | ||
uuid = "bb1fba1d-cf9b-41b3-874e-4b81465537b9" | ||
authors = [ | ||
"Uwe Hernandez Acosta <[email protected]>", | ||
"Simeon Ehrig", | ||
"Klaus Steiniger", | ||
"Tom Jungnickel", | ||
"Anton Reinhard", | ||
] | ||
authors = ["Uwe Hernandez Acosta <[email protected]>", "Simeon Ehrig", "Klaus Steiniger", "Tom Jungnickel", "Anton Reinhard"] | ||
version = "0.1.0" | ||
|
||
[deps] | ||
Reexport = "189a3867-3050-52da-a836-e630ba90ab69" | ||
QEDbase = "10e22c08-3ccb-4172-bfcf-7d7aa3d04d93" | ||
QEDcore = "35dc0263-cb5f-4c33-a114-1d7f54ab753e" | ||
QEDevents = "fc3ce04a-5be5-4f3a-acff-eceaab723759" | ||
QEDfields = "ac3a6c97-e859-4b9f-96bb-63d2a216042c" | ||
QEDprocesses = "46de9c38-1bb3-4547-a1ec-da24d767fdad" | ||
Reexport = "189a3867-3050-52da-a836-e630ba90ab69" | ||
|
||
[compat] | ||
julia = "1.10" | ||
Reexport = "^1.2" | ||
QEDbase = "0.2.2" | ||
QEDcore = "0.1" | ||
QEDbase = "0.3" | ||
QEDcore = "0.2" | ||
QEDevents = "0.1" | ||
QEDfields = "0.1" | ||
QEDprocesses = "0.2" | ||
Reexport = "^1.2" | ||
julia = "1.10" | ||
|
||
[extras] | ||
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" | ||
|