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

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"