Skip to content

Commit 4039431

Browse files
chore: Bump mathlib dependency to eb15deb (#598)
Bump `mathlib` dependency to [eb15deb](leanprover-community/mathlib4@eb15deb): chore(Combinatorics/SimpleGraph/Coloring/VertexColoring): rename to `Vertex.lean` (#38349) (2026-06-07) Previously at: [d568c8c](leanprover-community/mathlib4@d568c8c): chore: bump toolchain to v4.31.0-rc1 (#39980) (2026-05-29) _This PR was last updated on 2026-06-07 by [this workflow run](https://github.com/leanprover/cslib/actions/runs/27103918329). It is an automated bump using [downstream-reports/open-bump-pr](https://github.com/leanprover-community/downstream-reports)_ --------- Co-authored-by: mathlib-nightly-testing[bot] <mathlib-nightly-testing[bot]@users.noreply.github.com> Co-authored-by: Chris Henson <chrishenson.net@gmail.com>
1 parent 7ec4aab commit 4039431

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cslib/Computability/Languages/MyhillNerode.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Authors: Akhilesh Balaji, Ching-Tsun Chou
77
module
88

99
public import Cslib.Computability.Languages.RegularLanguage
10-
public import Mathlib.Data.Finite.Card
10+
public import Mathlib.SetTheory.Cardinal.NatCard
1111

1212
/-! # Myhill-Nerode Theorem
1313

Cslib/Computability/Languages/OmegaRegularLanguage.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public import Cslib.Computability.Automata.NA.BuchiInter
1212
public import Cslib.Computability.Automata.NA.Sum
1313
public import Cslib.Computability.Languages.Congruences.BuchiCongruence
1414
public import Cslib.Computability.Languages.ExampleEventuallyZero
15-
public import Mathlib.Data.Finite.Card
15+
public import Mathlib.SetTheory.Cardinal.NatCard
1616
public import Mathlib.Data.Finite.Sigma
1717
public import Mathlib.Logic.Equiv.Fin.Basic
1818

lake-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
"type": "git",
66
"subDir": null,
77
"scope": "leanprover-community",
8-
"rev": "d568c8c09630de097a046763c17b9ea99f95f950",
8+
"rev": "eb15debe777b7e6e185d5d7534c48b78c99192f9",
99
"name": "mathlib",
1010
"manifestFile": "lake-manifest.json",
11-
"inputRev": "d568c8c09630de097a046763c17b9ea99f95f950",
11+
"inputRev": "eb15debe777b7e6e185d5d7534c48b78c99192f9",
1212
"inherited": false,
1313
"configFile": "lakefile.lean"},
1414
{"url": "https://github.com/leanprover-community/plausible",
1515
"type": "git",
1616
"subDir": null,
1717
"scope": "leanprover-community",
18-
"rev": "d575be693add4fe9cb996968968ce42ce75c5ccd",
18+
"rev": "9196a81145e1e291a1469288e77392b0e1b9a493",
1919
"name": "plausible",
2020
"manifestFile": "lake-manifest.json",
2121
"inputRev": "main",

lakefile.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ weak.linter.unicodeLinter = false
1818
[[require]]
1919
name = "mathlib"
2020
scope = "leanprover-community"
21-
rev = "d568c8c09630de097a046763c17b9ea99f95f950"
21+
rev = "eb15debe777b7e6e185d5d7534c48b78c99192f9"
2222

2323
[[lean_lib]]
2424
name = "Cslib"

0 commit comments

Comments
 (0)