Closed yihozhang closed 1 month ago
@ezrosent Thanks, I've made the dependency on git optional:
With this PR, if we change git
in the command to a non-existent command:
> cargo run
Compiling egglog v0.2.0 (/Users/yihongzhang/egglog)
Finished dev [unoptimized + debuginfo] target(s) in 2.77s
Running `target/debug/egglog`
[INFO ] Welcome to Egglog! (build: 0.2.0_2024-09-26)
This is useful when you install egglog to the system via
cargo install --path .
and later want to find out what the exact version you installed is.After this PR:
and