bump it-types version

This commit is contained in:
vms 2021-04-26 12:00:40 +03:00
parent a15a81ad47
commit f6afd03838
4 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View File

@ -28,7 +28,7 @@ checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
[[package]]
name = "fluence-it-types"
version = "0.2.0"
version = "0.3.0"
dependencies = [
"it-to-bytes",
"nom",

View File

@ -11,7 +11,7 @@ name = "it_lilo"
path = "src/lib.rs"
[dependencies]
fluence-it-types = { path = "../it-types/", version = "0.2.0" }
fluence-it-types = { path = "../it-types/", version = "0.3.0" }
paste = "1.0.5"
thiserror = "1.0.24"

View File

@ -1,6 +1,6 @@
[package]
name = "fluence-it-types"
version = "0.2.0"
version = "0.3.0"
description = "Definitions of IValue and IType"
authors = ["Fluence Labs"]
edition = "2018"

View File

@ -8,7 +8,7 @@ repository = "https://github.com/wasmerio/wasmer"
edition = "2018"
[dependencies]
fluence-it-types = { path = "../crates/it-types", version = "0.2.0", features = ["impls"] }
fluence-it-types = { path = "../crates/it-types", version = "0.3.0", features = ["impls"] }
it-to-bytes = { path = "../crates/to-bytes", version = "0.1.0" }
it-lilo = { path = "../crates/it-lilo", version = "0.1.0" }