Skip to content

Commit 2736b8f

Browse files
bump version 0.5.5
1 parent b8c5017 commit 2736b8f

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasi-vfs"
3-
version = "0.4.0"
3+
version = "0.5.5"
44
edition = "2021"
55
authors = ["Yuta Saito <[email protected]>"]
66
license = "Apache-2.0 WITH LLVM-exception"

Formula/wasi-vfs.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
class WasiVfs < Formula
22
desc "A virtual filesystem layer for WASI."
33
homepage "https://github.com/kateinoigakukun/wasi-vfs"
4-
url "https://github.com/kateinoigakukun/wasi-vfs.git", tag: "v0.5.4", using: :git
4+
url "https://github.com/kateinoigakukun/wasi-vfs.git", tag: "v0.5.5", using: :git
55
head "https://github.com/kateinoigakukun/wasi-vfs.git", branch: "main"
66
license "Apache-2.0" => { with: "LLVM-exception" }
77

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This project provides a language and host-agnostic virtual filesystem layer for
2727
A typical installation from the release binaries might look like the following:
2828

2929
```console
30-
$ export WASI_VFS_VERSION=0.5.4
30+
$ export WASI_VFS_VERSION=0.5.5
3131

3232
# For x86_64 Linux host machine
3333
$ curl -LO "https://github.com/kateinoigakukun/wasi-vfs/releases/download/v${WASI_VFS_VERSION}/wasi-vfs-cli-x86_64-unknown-linux-gnu.zip"

crates/wasi-libc-trampoline-bindgen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasi-libc-trampoline-bindgen"
3-
version = "0.5.4"
3+
version = "0.5.5"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

crates/wasi-vfs-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasi-vfs-cli"
3-
version = "0.5.4"
3+
version = "0.5.5"
44
edition = "2021"
55

66
[[bin]]

0 commit comments

Comments
 (0)