Skip to content

Commit

Permalink
chore: bump for compatibility with Std
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-em committed Mar 22, 2024
1 parent bbcffbc commit 1f50716
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions ImportGraph/Lean/Name.lean
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import Lean.CoreM
import Std.Data.HashMap.Basic
import Std.Lean.Name
import Std.Lean.SMap
import Lean.Meta.Match.MatcherInfo

/-!
TODO: Some declarations in this file are duplicated from mathlib, but especially `isBlacklisted`
Expand Down
2 changes: 1 addition & 1 deletion lake-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{"url": "https://github.com/leanprover/std4",
"type": "git",
"subDir": null,
"rev": "2a1b7546b2df0f8e65a70d3b228c30d91752acc4",
"rev": "0783e9ceae1c8c11957fb5e0fe3e70fd2d43eea2",
"name": "std",
"manifestFile": "lake-manifest.json",
"inputRev": "main",
Expand Down
2 changes: 1 addition & 1 deletion lean-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
leanprover/lean4:v4.6.1
leanprover/lean4:v4.7.0-rc2

0 comments on commit 1f50716

Please sign in to comment.