Skip to content

Commit 6c8a292

Browse files
authored
v1.0.0 (#91)
1 parent 7a95c9f commit 6c8a292

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ let instance = linker.instantiate(&mut store, &module).unwrap();
2929

3030
## Contributing
3131

32-
`deterministic-wasi-ctx` is a beta project and will be under major development. We welcome feedback, bug reports and bug fixes. We're also happy to discuss feature development but please discuss the features in an issue before contributing.
32+
We welcome feedback, bug reports and bug fixes. We're also happy to discuss feature development but please discuss the features in an issue before contributing.
3333

3434
## Build dependencies
3535

crates/deterministic-wasi-ctx/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "deterministic-wasi-ctx"
3-
version = "0.1.34"
3+
version = "1.0.0"
44
edition = "2021"
55
license = "Apache-2.0 WITH LLVM-exception"
66
description = "A wasmtime-wasi WasiCtx implementation that is fully deterministic"

0 commit comments

Comments
 (0)