From 7f70ae0f740aa938e1110ceadb614c2cdcde6f6c Mon Sep 17 00:00:00 2001 From: Turner Date: Tue, 28 Jun 2022 22:40:45 -0700 Subject: [PATCH] Remove experimentation in features --- crates/uplc/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/uplc/Cargo.toml b/crates/uplc/Cargo.toml index 4a079719..c4eb8674 100644 --- a/crates/uplc/Cargo.toml +++ b/crates/uplc/Cargo.toml @@ -21,4 +21,3 @@ thiserror = "1.0.31" [features] unstable = [] -test = ["unstable"]