bump to v4.6.0

pull/204/head
Jon Eugster 12 months ago
parent af8463ca5d
commit f72ebdf050

@ -4,10 +4,10 @@
[{"url": "https://github.com/leanprover/std4.git",
"type": "git",
"subDir": null,
"rev": "276953b13323ca151939eafaaec9129bf7970306",
"rev": "a7543d1a6934d52086971f510e482d743fe30cf3",
"name": "std",
"manifestFile": "lake-manifest.json",
"inputRev": "v4.6.0-rc1",
"inputRev": "v4.6.0",
"inherited": false,
"configFile": "lakefile.lean"},
{"type": "path",
@ -19,10 +19,10 @@
{"url": "https://github.com/hhu-adam/lean-i18n.git",
"type": "git",
"subDir": null,
"rev": "cd22ffcb59cb8e01bb6d17e997389233e9a11177",
"rev": "2f37b636e51d4633daadacf7924669edb53c9d1c",
"name": "i18n",
"manifestFile": "lake-manifest.json",
"inputRev": "main",
"inputRev": "v4.6.0",
"inherited": false,
"configFile": "lakefile.lean"}],
"name": "GameServer",

@ -7,7 +7,7 @@ package GameServer
def leanVersion : String := s!"v{Lean.versionString}"
require std from git "https://github.com/leanprover/std4.git" @ leanVersion
require i18n from git "https://github.com/hhu-adam/lean-i18n.git" @ "main"
require i18n from git "https://github.com/hhu-adam/lean-i18n.git" @ leanVersion
lean_lib GameServer

@ -1 +1 @@
leanprover/lean4:v4.6.0-rc1
leanprover/lean4:v4.6.0

Loading…
Cancel
Save