mirror of
https://github.com/fluencelabs/marine-rs-sdk-test
synced 2024-12-04 23:30:18 +00:00
bump versions
This commit is contained in:
parent
4f75d3d26e
commit
cf01bffdf2
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "fluence-sdk-main"
|
name = "fluence-sdk-main"
|
||||||
version = "0.6.2" # remember to update html_root_url
|
version = "0.6.3" # remember to update html_root_url
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "Rust SDK for applications for the Fluence network"
|
description = "Rust SDK for applications for the Fluence network"
|
||||||
documentation = "https://docs.rs/fluence/marine-macro"
|
documentation = "https://docs.rs/fluence/marine-macro"
|
||||||
@ -19,7 +19,7 @@ crate-type = ["rlib"]
|
|||||||
doctest = false
|
doctest = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
marine-macro = { path = "../marine-macro", version = "=0.6.2" }
|
marine-macro = { path = "../marine-macro", version = "=0.6.3" }
|
||||||
|
|
||||||
log = { version = "0.4.8", features = ["std"] }
|
log = { version = "0.4.8", features = ["std"] }
|
||||||
serde = "=1.0.118"
|
serde = "=1.0.118"
|
||||||
|
@ -18,4 +18,4 @@ proc-macro = true
|
|||||||
doctest = false
|
doctest = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
marine-macro-impl = { path = "../marine-macro-impl", version = "=0.6.2" }
|
marine-macro-impl = { path = "../marine-macro-impl", version = "=0.6.3" }
|
||||||
|
@ -19,8 +19,8 @@ path = "src/lib.rs"
|
|||||||
doctest = false
|
doctest = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
marine-macro = { path = "../crates/marine-macro", version = "=0.6.2" }
|
marine-macro = { path = "../crates/marine-macro", version = "=0.6.3" }
|
||||||
fluence-sdk-main = { path = "../crates/main", version = "=0.6.2" }
|
fluence-sdk-main = { path = "../crates/main", version = "=0.6.3" }
|
||||||
marine-timestamp-macro = { path = "../crates/timestamp-macro", version = "=0.6.2" }
|
marine-timestamp-macro = { path = "../crates/timestamp-macro", version = "=0.6.2" }
|
||||||
|
|
||||||
serde = { version = "1.0.118", features = ["derive"]}
|
serde = { version = "1.0.118", features = ["derive"]}
|
||||||
|
Loading…
Reference in New Issue
Block a user