Skip to content

Commit

Permalink
bump wasi-vfs to 0.5.1
Browse files Browse the repository at this point in the history
I forgot to bump the version in source
  • Loading branch information
kateinoigakukun committed Jan 7, 2024
1 parent 1d30ae2 commit 5960433
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Formula/wasi-vfs.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class WasiVfs < Formula
desc "A virtual filesystem layer for WASI."
homepage "https://github.com/kateinoigakukun/wasi-vfs"
url "https://github.com/kateinoigakukun/wasi-vfs.git", tag: "v0.4.0", using: :git
url "https://github.com/kateinoigakukun/wasi-vfs.git", tag: "v0.5.1", using: :git
head "https://github.com/kateinoigakukun/wasi-vfs.git", branch: "main"
license "Apache-2.0" => { with: "LLVM-exception" }

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This project provides a language and host-agnostic virtual filesystem layer for
A typical installation from the release binaries might look like the following:

```console
$ export WASI_VFS_VERSION=0.4.0
$ export WASI_VFS_VERSION=0.5.1

# For x86_64 Linux host machine
$ curl -LO "https://github.com/kateinoigakukun/wasi-vfs/releases/download/v${WASI_VFS_VERSION}/wasi-vfs-cli-x86_64-unknown-linux-gnu.zip"
Expand Down
2 changes: 1 addition & 1 deletion crates/wasi-libc-trampoline-bindgen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasi-libc-trampoline-bindgen"
version = "0.4.0"
version = "0.5.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion crates/wasi-vfs-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasi-vfs-cli"
version = "0.4.0"
version = "0.5.1"
edition = "2021"

[[bin]]
Expand Down

0 comments on commit 5960433

Please sign in to comment.