We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2caed67 commit 0d95374Copy full SHA for 0d95374
infra/nightly.sh
@@ -3,6 +3,9 @@
3
# exit immediately upon first error
4
set -e -x
5
6
+# do a rustup update
7
+rustup update
8
+
9
# lowered number of cores from 6 to 4 to avoid pagetable error
10
# caused by heavy use of FFI by eggmath.rkt
11
CORES=4
src/egglog/egglog-wrapper/Cargo.toml
@@ -1,5 +1,3 @@
1
-cargo-features = ["edition2024"]
2
-
[package]
name = "egglog-wrapper"
version = "0.1.0"
0 commit comments