Skip to content

Commit

Permalink
chore: bump dependencies (#10625)
Browse files Browse the repository at this point in the history
Co-authored-by: Scott Morrison <scott.morrison@gmail.com>
  • Loading branch information
semorrison and semorrison committed Feb 18, 2024
1 parent dcfd3b1 commit 746ffd5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Mathlib/Data/Rat/Defs.lean
Expand Up @@ -261,7 +261,6 @@ theorem divInt_one (n : ℤ) : n /. 1 = n :=
show divInt _ _ = _ by
rw [divInt]
simp [mkRat, normalize]
rfl

theorem mkRat_one {n : ℤ} : mkRat n 1 = n := by
simp [Rat.mkRat_eq, Rat.divInt_one]
Expand Down
2 changes: 1 addition & 1 deletion lake-manifest.json
Expand Up @@ -4,7 +4,7 @@
[{"url": "https://github.com/leanprover/std4",
"type": "git",
"subDir": null,
"rev": "1b4e6926f03a1f76c16b00c7b6d4891788738a24",
"rev": "4c366aba55d28778421b8a1841e5512fd5c53c43",
"name": "std",
"manifestFile": "lake-manifest.json",
"inputRev": "main",
Expand Down

0 comments on commit 746ffd5

Please sign in to comment.