Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify dependencies to Linera binaries #1107

Merged
merged 7 commits into from
Oct 10, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
move remaining packages to 0.4.1
  • Loading branch information
ma2bd committed Oct 10, 2023
commit 78cb48344ad92a73715d90a5b5b0bfe95f5f4d22
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion linera-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "linera <linera@contact.com>",
"name": "linera-explorer",
"version": "0.4.0",
"version": "0.4.1",
"scripts": {
"clean": "rm -rf pkg dist package-lock.json gql",
"wipe": "npm run clean && rm -rf node_modules",
Expand Down
2 changes: 1 addition & 1 deletion linera-indexer/example/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "linera-indexer-example"
version = "0.4.0"
version = "0.4.1"
description = "Indexer example."
authors = ["Linera <contact@linera.io>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion linera-indexer/graphql-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "linera-indexer-graphql-client"
version = "0.4.0"
version = "0.4.1"
edition = "2021"
description = "GraphQL client for the indexer"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion linera-indexer/lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "linera-indexer"
version = "0.4.0"
version = "0.4.1"
description = "Indexer for Linera protocol."
authors = ["Linera <contact@linera.io>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion linera-indexer/plugins/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "linera-indexer-plugins"
version = "0.4.0"
version = "0.4.1"
description = "Indexer plugins."
authors = ["Linera <contact@linera.io>"]
readme = "README.md"
Expand Down