Skip to content

Commit 0da63ad

Browse files
committed
update egglog to 1.0.0
1 parent 235c62d commit 0da63ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ FROM rust:1.88.0 AS egg-herbie-builder
88
WORKDIR /herbie
99
COPY egg-herbie egg-herbie
1010
RUN cargo build --release --manifest-path=egg-herbie/Cargo.toml
11-
RUN cargo install --locked --git https://github.com/egraphs-good/egglog.git --rev 052a330de22d40e9eded19e7f0891c921f7f458c
11+
RUN cargo install egglog --version 1.0.0
1212

1313
# Production image
1414
FROM racket/racket:8.17-full AS production

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ egg-herbie:
2929
raco pkg install ./egg-herbie
3030

3131
egglog-herbie:
32-
cargo install --locked --git https://github.com/egraphs-good/egglog.git --rev 052a330de22d40e9eded19e7f0891c921f7f458c
32+
cargo install egglog --version 1.0.0
3333

3434

3535
distribution: minimal-distribution

0 commit comments

Comments
 (0)