From 813fc9ee4a40504651e5da15fc4279c12bab1f20 Mon Sep 17 00:00:00 2001 From: Siddharth Suresh Date: Fri, 15 Dec 2023 11:41:31 -0800 Subject: [PATCH] Exclude observations --- soroban-env-host/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/soroban-env-host/Cargo.toml b/soroban-env-host/Cargo.toml index aad1dbc91..969ffe9a3 100644 --- a/soroban-env-host/Cargo.toml +++ b/soroban-env-host/Cargo.toml @@ -11,6 +11,8 @@ edition = "2021" rust-version = "1.74" build = "build.rs" +exclude = ["observations/"] + [dependencies] soroban-builtin-sdk-macros = { workspace = true } soroban-env-common = { workspace = true, features = ["std", "wasmi"] }