Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f81d0be

Browse files
committed
v0.1.1
1 parent f6353c0 commit f81d0be

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

crates/vic/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vic"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
repository = "https://github.com/nicholaslyang/vicuna"
66

crates/vicuna-compiler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vicuna-compiler"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55

66
[package.metadata.wasm-pack.profile.release]

crates/vicuna-wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vicuna-wasm"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55

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

0 commit comments

Comments
 (0)