Skip to content

Commit

Permalink
Set license in Cargo.toml and update to v0.1.1
Browse files Browse the repository at this point in the history
Set license in Cargo.toml and update to v0.1.1

Signed-off-by: Sergio Lopez <[email protected]>
  • Loading branch information
slp committed Jan 28, 2021
1 parent da0a1c4 commit bddd32c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[package]
name = "krunvm"
version = "0.1.0"
version = "0.1.1"
authors = ["Sergio Lopez <[email protected]>"]
license = "Apache-2.0"
edition = "2018"
build = "build.rs"

Expand All @@ -11,4 +12,4 @@ confy = "0.4.0"
libc = "0.2.82"
serde = "1.0.120"
serde_derive = "1.0.120"
text_io = "0.1.8"
text_io = "0.1.8"

0 comments on commit bddd32c

Please sign in to comment.