File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,10 @@ See the [Hyperware Book](https://book.hyperware.ai) for a guide on how to use th
10
10
11
11
## Dependencies
12
12
13
- ` process_lib ` v` 1 .x.y` uses [ ` wit-bindgen ` ] ( https://github.com/bytecodealliance/wit-bindgen ) v` 0.36.0 ` .
13
+ ` process_lib ` v` 2 .x.y` uses [ ` wit-bindgen ` ] ( https://github.com/bytecodealliance/wit-bindgen ) v` 0.42.1 ` .
14
14
Processes depending on ` process_lib ` must also use that version.
15
15
16
16
` process_lib ` version | ` wit-bindgen ` version
17
17
--------------------- | ---------------------
18
+ ` 2.x.y ` | ` 0.42.1 `
18
19
` 1.x.y ` | ` 0.36.0 `
Original file line number Diff line number Diff line change 13
13
//! for applications that want to maximize composability and introspectability.
14
14
//! For blobs, we recommend bincode to serialize and deserialize to bytes.
15
15
//!
16
- //! `process_lib` v`1 .x.y` uses [`wit-bindgen`](https://github.com/bytecodealliance/wit-bindgen) v`0.36.0 `.
16
+ //! `process_lib` v`2 .x.y` uses [`wit-bindgen`](https://github.com/bytecodealliance/wit-bindgen) v`0.42.1 `.
17
17
//! Processes depending on `process_lib` must also use that version.
18
18
//!
19
19
//! `process_lib` version | `wit-bindgen` version
20
20
//! --------------------- | ---------------------
21
+ //! `2.x.y` | `0.42.1`
21
22
//! `1.x.y` | `0.36.0`
22
23
//!
23
24
pub use crate :: hyperware:: process:: standard:: * ;
You can’t perform that action at this time.
0 commit comments