Skip to content

Commit 0d95374

Browse files
committed
try rustup update
1 parent 2caed67 commit 0d95374

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

infra/nightly.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
# exit immediately upon first error
44
set -e -x
55

6+
# do a rustup update
7+
rustup update
8+
69
# lowered number of cores from 6 to 4 to avoid pagetable error
710
# caused by heavy use of FFI by eggmath.rkt
811
CORES=4

src/egglog/egglog-wrapper/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
cargo-features = ["edition2024"]
2-
31
[package]
42
name = "egglog-wrapper"
53
version = "0.1.0"

0 commit comments

Comments
 (0)