Skip to content

Commit

Permalink
update stdlib compat
Browse files Browse the repository at this point in the history
  • Loading branch information
visr committed Nov 16, 2023
1 parent 52090e1 commit 1c784e1
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions build/create_binaries/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53"

[compat]
Artifacts = "1"
LibGit2 = "1"
Artifacts = "<0.0.1,1"
LibGit2 = "<0.0.1,1"
PackageCompiler = "2"
TOML = "1"
TOML = "<0.0.1,1"
TimeZones = "=1.13.0"
julia = "1.10"
4 changes: 2 additions & 2 deletions build/libribasim/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"

[compat]
BasicModelInterface = "0.1"
Dates = "1"
TOML = "1"
Dates = "<0.0.1,1"
TOML = "<0.0.1,1"
julia = "1.10"
6 changes: 3 additions & 3 deletions build/ribasim_cli/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
TerminalLoggers = "5d786b92-1e48-4d6f-9151-6b4477ca9bed"

[compat]
Dates = "1"
Logging = "1"
Dates = "<0.0.1,1"
Logging = "<0.0.1,1"
SciMLBase = "1.60, 2"
TOML = "1"
TOML = "<0.0.1,1"
TerminalLoggers = "0.1.7"
julia = "1.10"
6 changes: 3 additions & 3 deletions core/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ DBInterface = "2.4"
DataFrames = "1.4"
DataInterpolations = "4.4"
DataStructures = "0.18"
Dates = "1"
Dates = "<0.0.1,1"
Dictionaries = "0.3.25"
DiffEqCallbacks = "2.29.1"
FiniteDiff = "2.21"
Expand All @@ -59,13 +59,13 @@ HiGHS = "1.7"
IterTools = "1.4"
JuMP = "1.15"
Legolas = "0.5"
Logging = "1"
Logging = "<0.0.1,1"
LoggingExtras = "1"
OrdinaryDiffEq = "6.7"
PreallocationTools = "0.4"
SQLite = "1.5.1"
SciMLBase = "1.60, 2"
SparseArrays = "1"
SparseArrays = "<0.0.1,1"
StructArrays = "0.6.13"
Tables = "1"
TerminalLoggers = "0.1.7"
Expand Down
6 changes: 3 additions & 3 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ Ribasim = "aac5e3d9-0b8f-4d4f-8241-b1a7a9632635"

[compat]
Configurations = "0.17"
Dates = "1"
Dates = "<0.0.1,1"
Documenter = "0.27, 1"
DocumenterMarkdown = "0.2"
InteractiveUtils = "1"
InteractiveUtils = "<0.0.1,1"
JSON3 = "1.12"
Legolas = "0.5"
Logging = "1"
Logging = "<0.0.1,1"
OrderedCollections = "1.6"
julia = "1.10"

0 comments on commit 1c784e1

Please sign in to comment.