chore: bump crate versions (#41)

This commit is contained in:
Valery Antopol
2023-03-21 19:44:54 +03:00
committed by GitHub
parent cdcf051f97
commit 44ca83c001
4 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "it-lilo"
version = "0.5.0"
version = "0.5.1"
authors = ["Fluence Labs"]
description = "Defines some helper utils for lifting/lowering IT"
edition = "2018"
@ -11,7 +11,7 @@ name = "it_lilo"
path = "src/lib.rs"
[dependencies]
fluence-it-types = { path = "../it-types/", version = "0.4.0" }
fluence-it-types = { path = "../it-types/", version = "0.4.1" }
it-memory-traits = { path = "../it-memory-traits", version = "0.4.0" }
paste = "1.0.11"