Merge pull request #238330 from figsoda/egglog

egglog: unstable-2023-05-22 -> unstable-2023-06-11
This commit is contained in:
Weijia Wang 2023-06-18 02:07:56 +03:00 committed by GitHub
commit 799c5a8032
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 6 deletions

View File

@ -185,7 +185,7 @@ dependencies = [
]
[[package]]
name = "egg-smol"
name = "egglog"
version = "0.1.0"
dependencies = [
"clap",
@ -906,7 +906,7 @@ name = "web-demo"
version = "0.1.0"
dependencies = [
"console_error_panic_hook",
"egg-smol",
"egglog",
"js-sys",
"log",
"wasm-bindgen",

View File

@ -5,13 +5,13 @@
rustPlatform.buildRustPackage {
pname = "egglog";
version = "unstable-2023-05-22";
version = "unstable-2023-06-11";
src = fetchFromGitHub {
owner = "egraphs-good";
repo = "egglog";
rev = "5242b50051c339d55009860d4dff80125fdcedfd";
hash = "sha256-N04CfITLEr4D4s6bUi0eRQdAVy6Ztq3Ml0365of7i0U=";
rev = "c7ef8b000caf7fa17f6127847db4b9c285c03f09";
hash = "sha256-OGuqC/HgH7UhUhW5RU8nkqj6roPjXXOyVRHmnJdIolg=";
};
cargoLock = {
@ -27,6 +27,5 @@ rustPlatform.buildRustPackage {
homepage = "https://github.com/egraphs-good/egglog";
license = licenses.mit;
maintainers = with maintainers; [ figsoda ];
mainProgram = "egg-smol";
};
}