diff --git a/Cargo.lock b/Cargo.lock index bd9c609a..287313d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -357,7 +357,7 @@ dependencies = [ [[package]] name = "pilota" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "async-recursion", @@ -373,7 +373,7 @@ dependencies = [ [[package]] name = "pilota-build" -version = "0.1.1" +version = "0.1.2" dependencies = [ "async-trait", "derivative", diff --git a/pilota-build/Cargo.toml b/pilota-build/Cargo.toml index 31edd993..3545a0db 100644 --- a/pilota-build/Cargo.toml +++ b/pilota-build/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pilota-build" -version = "0.1.1" +version = "0.1.2" edition = "2021" description = "Compile thrift and protobuf idl into rust code at compile-time." documentation = "https://docs.rs/pilota-build" diff --git a/pilota/Cargo.toml b/pilota/Cargo.toml index 223f7158..43a85ac0 100644 --- a/pilota/Cargo.toml +++ b/pilota/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pilota" -version = "0.1.0" +version = "0.1.1" edition = "2021" description = "Pilota is a thrift and protobuf implementation in pure rust with high performance and extensibility." documentation = "https://docs.rs/pilota"