Update Project.toml to include ProtoBuf.jl dependency

The generator requires 1.0.15+.
This commit is contained in:
Thibaut Cuvelier
2024-12-20 17:23:57 +01:00
committed by GitHub
parent c8c5047aa5
commit 337ef962f5

View File

@@ -4,9 +4,11 @@ version = "0.0.1"
[deps]
ORTools_jll = "717719f8-c30c-5086-8f3c-70cd6a1e3a46"
ProtoBuf = "3349acd9-ac6a-5e09-bcdb-63829b23a429"
[compat]
ORTools_jll = "9.11.0"
ProtoBuf = "1.0.15"
julia = "1.9"
[extras]