correct std version

cleanup_stuff
joneugster 3 years ago
parent a57a5af111
commit dfb2f10219

@ -4,10 +4,10 @@
[{"url": "https://github.com/leanprover/std4.git", [{"url": "https://github.com/leanprover/std4.git",
"type": "git", "type": "git",
"subDir": null, "subDir": null,
"rev": "bf8a6ea960d5a99f8e30cbf5597ab05cd233eadf", "rev": "a652e09bd81bcb43ea132d64ecc16580b0c7fa50",
"name": "std", "name": "std",
"manifestFile": "lake-manifest.json", "manifestFile": "lake-manifest.json",
"inputRev": null, "inputRev": "v4.3.0-rc2",
"inherited": false, "inherited": false,
"configFile": "lakefile.lean"}], "configFile": "lakefile.lean"}],
"name": "GameServer", "name": "GameServer",

@ -3,7 +3,10 @@ open Lake DSL
package GameServer package GameServer
require std from git "https://github.com/leanprover/std4.git" -- Using this assumes that each dependency has a tag of the form `v4.X.0`.
def leanVersion : String := s!"v{Lean.versionString}"
require std from git "https://github.com/leanprover/std4.git" @ leanVersion
lean_lib GameServer lean_lib GameServer

Loading…
Cancel
Save