From 02e86f24218818f2104234c63b6ee3bb8b517295 Mon Sep 17 00:00:00 2001 From: Chris Fallin Date: Mon, 19 Sep 2022 17:45:50 -0700 Subject: [PATCH] add cranelift-egraph to publish list. --- scripts/publish.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/publish.rs b/scripts/publish.rs index 30e699b3c79b..f0a956517136 100644 --- a/scripts/publish.rs +++ b/scripts/publish.rs @@ -25,6 +25,7 @@ const CRATES_TO_PUBLISH: &[&str] = &[ "cranelift-codegen-shared", "cranelift-codegen-meta", "cranelift-codegen", + "cranelift-egraph", "cranelift-reader", "cranelift-serde", "cranelift-module",