Skip to content

Commit 0dfb1f6

Browse files
committed
bump version to 1.3.0 (everywhere) and update README
1 parent 1c6deb2 commit 0dfb1f6

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ On certain operating systems, you may need to install these dependencies if they
2525
- openssl-sys: https://docs.rs/crate/openssl-sys/0.9.19
2626
- libclang 5.0: https://rust-lang.github.io/rust-bindgen/requirements.html
2727

28+
Rust must be between versions 1.81 and 1.85.1.
29+
2830
```bash
2931
# Clone the repo.
3032

@@ -34,8 +36,11 @@ git clone git@github.com:hyperware-ai/hyperware.git
3436

3537
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
3638
cargo install wasm-tools
39+
40+
# Get Rust version 1.85.1
41+
rustup update 1.85.1
42+
3743
rustup target add wasm32-wasip1
38-
cargo install cargo-wasi
3944

4045
# Install NPM so we can build frontends for "distro" packages.
4146
# https://docs.npmjs.com/downloading-and-installing-node-js-and-npm

hyperdrive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "hyperdrive"
33
authors = ["Sybil Technologies AG"]
4-
version = "1.2.2"
4+
version = "1.3.0"
55
edition = "2021"
66
description = "A general-purpose sovereign cloud computing platform"
77
homepage = "https://hyperware.ai"

lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "lib"
33
authors = ["Sybil Technologies AG"]
4-
version = "1.2.2"
4+
version = "1.3.0"
55
edition = "2021"
66
description = "A general-purpose sovereign cloud computing platform"
77
homepage = "https://hyperware.ai"

0 commit comments

Comments
 (0)