diff --git a/Cargo.toml b/Cargo.toml index eb18af56..74e8fedc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -77,9 +77,9 @@ members = [ "examples/markdown", "examples/clock", "examples/file-hash", + "examples/history-wasi", "examples/prime", ] -exclude = ["examples/history-wasi"] # Passing arguments to the docsrs builder in order to properly document cfg's. # More information: https://docs.rs/about/builds#cross-compiling diff --git a/examples/history-wasi/.gitignore b/examples/history-wasi/.gitignore deleted file mode 100644 index 96ef6c0b..00000000 --- a/examples/history-wasi/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/target -Cargo.lock