Skip to content

Commit 0e52757

Browse files
committed
Point Strata dependency at main
Strata PR #1370 has been merged. Update lakefile.toml rev from "port/main2-core-to-main" to "main" and update lake-manifest.json.
1 parent ebeeb0f commit 0e52757

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

lake-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"type": "git",
66
"subDir": null,
77
"scope": "",
8-
"rev": "e0748f476ecf24f59ccde7bae7bc012c00aa6b57",
8+
"rev": "7b40c42a9f279ef6aaa9000cfd8d728476c953fa",
99
"name": "Strata",
1010
"manifestFile": "lake-manifest.json",
11-
"inputRev": "port/main2-core-to-main",
11+
"inputRev": "main",
1212
"inherited": false,
1313
"configFile": "lakefile.toml"},
1414
{"url": "https://github.com/leanprover-community/plausible.git",
@@ -25,10 +25,10 @@
2525
"type": "git",
2626
"subDir": null,
2727
"scope": "",
28-
"rev": "005b660458cafc60b94cfdb5aa0facccb41b814e",
28+
"rev": "fbd9f71d6f03f56d71dc0ea4c40fcca7f4ebb6f8",
2929
"name": "StrataDDM",
3030
"manifestFile": "lake-manifest.json",
31-
"inputRev": "port/main2-ddm-fixes",
31+
"inputRev": "main",
3232
"inherited": true,
3333
"configFile": "lakefile.toml"}],
3434
"name": "StrataPython",

lakefile.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ testDriver = "StrataTestMain"
66
[[require]]
77
name = "Strata"
88
git = "https://github.com/strata-org/Strata.git"
9-
rev = "port/main2-core-to-main"
9+
rev = "main"
1010

1111
[[input_file]]
1212
name = "PythonDialectIon"

0 commit comments

Comments
 (0)