bump versions

This commit is contained in:
vms 2020-09-21 13:42:55 +03:00
parent 5ac0c45507
commit 75f4baaa90
8 changed files with 12 additions and 12 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "fluence"
version = "0.2.3" # remember to update html_root_url
version = "0.2.4" # remember to update html_root_url
description = "Fluence backend SDK for developing backend applications for the Fluence network"
documentation = "https://docs.rs/fluence/"
repository = "https://github.com/fluencelabs/rust-sdk"
@ -18,8 +18,8 @@ all-features = true
path = "src/lib.rs"
[dependencies]
fluence-sdk-macro = { path = "crates/macro", version = "=0.2.3" }
fluence-sdk-main = { path = "crates/main", version = "=0.2.3" }
fluence-sdk-macro = { path = "crates/macro", version = "=0.2.4" }
fluence-sdk-main = { path = "crates/main", version = "=0.2.4" }
safe-transmute = "0.11.0"
[features]

View File

@ -1,6 +1,6 @@
[package]
name = "fluence-sdk-macro"
version = "0.2.3" # remember to update html_root_url
version = "0.2.4" # remember to update html_root_url
edition = "2018"
description = "Definition of `#[invoke_handler]` attribute"
documentation = "https://docs.rs/fluence/fluence-sdk-macro"
@ -17,4 +17,4 @@ all-features = true
proc-macro = true
[dependencies]
fluence-sdk-wit = { path = "../wit", version = "=0.2.3" }
fluence-sdk-wit = { path = "../wit", version = "=0.2.4" }

View File

@ -54,7 +54,7 @@
//!
//! ```
#![doc(html_root_url = "https://docs.rs/fluence-sdk-macro/0.2.3")]
#![doc(html_root_url = "https://docs.rs/fluence-sdk-macro/0.2.4")]
#![deny(
dead_code,
nonstandard_style,

View File

@ -1,6 +1,6 @@
[package]
name = "fluence-sdk-main"
version = "0.2.3" # remember to update html_root_url
version = "0.2.4" # remember to update html_root_url
edition = "2018"
description = "Rust SDK for applications for the Fluence network"
documentation = "https://docs.rs/fluence/fluence-sdk-macro"
@ -19,7 +19,7 @@ crate-type = ["rlib"]
[dependencies]
log = { version = "0.4.8", features = ["std"] }
fluence-sdk-macro = { path = "../macro", version = "=0.2.3" }
fluence-sdk-macro = { path = "../macro", version = "=0.2.4" }
serde = "1.0.115"
[dev-dependencies]

View File

@ -19,7 +19,7 @@
#![allow(clippy::missing_safety_doc)]
#![allow(clippy::needless_doctest_main)]
#![doc(html_root_url = "https://docs.rs/fluence-sdk-main/0.2.2")]
#![doc(html_root_url = "https://docs.rs/fluence-sdk-main/0.2.4")]
#![deny(
dead_code,
nonstandard_style,

View File

@ -1,6 +1,6 @@
[package]
name = "fluence-sdk-wit"
version = "0.2.3" # remember to update html_root_url
version = "0.2.4" # remember to update html_root_url
edition = "2018"
description = "Webassembly interface-types generator"
documentation = "https://docs.rs/fluence/fluence-sdk-macro"

View File

@ -14,7 +14,7 @@
* limitations under the License.
*/
#![doc(html_root_url = "https://docs.rs/wit-support/0.2.3")]
#![doc(html_root_url = "https://docs.rs/wit-support/0.2.4")]
#![deny(
dead_code,
nonstandard_style,

View File

@ -55,7 +55,7 @@
//! pub fn curl_get(url: String) -> String;
//! }
//! ```
#![doc(html_root_url = "https://docs.rs/fluence/0.2.3")]
#![doc(html_root_url = "https://docs.rs/fluence/0.2.4")]
#![deny(
dead_code,
nonstandard_style,