We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e0375a commit edae691Copy full SHA for edae691
Project.toml
@@ -5,16 +5,16 @@ license = "MIT"
5
desc = "A discrete event process oriented simulation framework."
6
authors = ["Ben Lauwens <[email protected]>"]
7
repo = "https://github.com/BenLauwens/SimJulia.jl.git"
8
-version = "0.8.2"
+version = "0.8.3"
9
10
[deps]
11
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
12
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
13
ResumableFunctions = "c5292f4c-5179-55e1-98c5-05642aab7184"
14
15
[compat]
16
-ResumableFunctions = ">=0.5.1"
17
-julia = ">=1.2"
+ResumableFunctions = "^0.5"
+julia = "^1.2"
18
19
[extras]
20
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
0 commit comments