Skip to content

Commit bddd32c

Browse files
committed
Set license in Cargo.toml and update to v0.1.1
Set license in Cargo.toml and update to v0.1.1 Signed-off-by: Sergio Lopez <[email protected]>
1 parent da0a1c4 commit bddd32c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[package]
22
name = "krunvm"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Sergio Lopez <[email protected]>"]
5+
license = "Apache-2.0"
56
edition = "2018"
67
build = "build.rs"
78

@@ -11,4 +12,4 @@ confy = "0.4.0"
1112
libc = "0.2.82"
1213
serde = "1.0.120"
1314
serde_derive = "1.0.120"
14-
text_io = "0.1.8"
15+
text_io = "0.1.8"

0 commit comments

Comments
 (0)