Skip to content

Commit

Permalink
Prepare release of crates v0.5.0 (#1168)
Browse files Browse the repository at this point in the history
  • Loading branch information
ma2bd authored Oct 27, 2023
1 parent 1c6e249 commit b878584
Show file tree
Hide file tree
Showing 25 changed files with 69 additions and 69 deletions.
38 changes: 19 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -117,23 +117,23 @@ wit-bindgen-guest-rust = { version = "0.2.0", package = "linera-wit-bindgen-gues
wit-bindgen-host-wasmer-rust = { version = "0.2.0", package = "linera-wit-bindgen-host-wasmer-rust" }
wit-bindgen-host-wasmtime-rust = { version = "0.2.0", package = "linera-wit-bindgen-host-wasmtime-rust" }

linera-base = { version = "0.4.1", path = "./linera-base" }
linera-chain = { version = "0.4.1", path = "./linera-chain" }
linera-core = { version = "0.4.1", path = "./linera-core", default-features = false }
linera-execution = { version = "0.4.1", path = "./linera-execution", default-features = false }
linera-base = { version = "0.5.0", path = "./linera-base" }
linera-chain = { version = "0.5.0", path = "./linera-chain" }
linera-core = { version = "0.5.0", path = "./linera-core", default-features = false }
linera-execution = { version = "0.5.0", path = "./linera-execution", default-features = false }
linera-indexer = { path = "./linera-indexer/lib" }
linera-indexer-example = { path = "./linera-indexer/example" }
linera-indexer-graphql-client = { path = "./linera-indexer/graphql-client" }
linera-indexer-plugins = { path = "./linera-indexer/plugins" }
linera-rpc = { version = "0.4.1", path = "./linera-rpc" }
linera-storage = { version = "0.4.1", path = "./linera-storage", default-features = false }
linera-views = { version = "0.4.1", path = "./linera-views", default-features = false }
linera-views-derive = { version = "0.4.1", path = "./linera-views-derive" }
linera-witty = { version = "0.4.1", path = "./linera-witty" }
linera-witty-macros = { version = "0.4.1", path = "./linera-witty-macros" }
linera-sdk-derive = { version = "0.4.1", path = "./linera-sdk-derive" }
linera-service = { version = "0.4.1", path = "./linera-service" }
linera-service-graphql-client = { version = "0.4.1", path = "./linera-service-graphql-client" }
linera-rpc = { version = "0.5.0", path = "./linera-rpc" }
linera-storage = { version = "0.5.0", path = "./linera-storage", default-features = false }
linera-views = { version = "0.5.0", path = "./linera-views", default-features = false }
linera-views-derive = { version = "0.5.0", path = "./linera-views-derive" }
linera-witty = { version = "0.5.0", path = "./linera-witty" }
linera-witty-macros = { version = "0.5.0", path = "./linera-witty-macros" }
linera-sdk-derive = { version = "0.5.0", path = "./linera-sdk-derive" }
linera-service = { version = "0.5.0", path = "./linera-service" }
linera-service-graphql-client = { version = "0.5.0", path = "./linera-service-graphql-client" }

counter = { path = "./examples/counter" }
meta-counter = { path = "./examples/meta-counter" }
Expand Down
18 changes: 9 additions & 9 deletions examples/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions examples/counter/web-frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions examples/fungible/web-frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion linera-base/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "linera-base"
version = "0.4.1"
version = "0.5.0"
description = "Base definitions, including cryptography, used by the Linera protocol."
authors = ["Linera <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion linera-chain/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "linera-chain"
version = "0.4.1"
version = "0.5.0"
description = "Persistent data and the corresponding logics used by the Linera protocol for chains of blocks, certificates, and cross-chain messaging."
authors = ["Linera <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion linera-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "linera-core"
version = "0.4.1"
version = "0.5.0"
description = "The core Linera protocol, including client and server logic, node synchronization, etc."
authors = ["Linera <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion linera-execution/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "linera-execution"
version = "0.4.1"
version = "0.5.0"
description = "Persistent data and the corresponding logics used by the Linera protocol for runtime and execution of smart contracts / applications."
authors = ["Linera <[email protected]>"]
readme = "README.md"
Expand Down
Loading

0 comments on commit b878584

Please sign in to comment.