Skip to content

Commit

Permalink
bump version 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Jul 3, 2024
1 parent b34f7c4 commit 39d83db
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.5.2", using: :git
url "https://github.com/kateinoigakukun/wasi-vfs.git", tag: "v0.5.3", 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.5.2
$ export WASI_VFS_VERSION=0.5.3

# 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.5.2"
version = "0.5.3"
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.5.2"
version = "0.5.3"
edition = "2021"

[[bin]]
Expand Down

0 comments on commit 39d83db

Please sign in to comment.