Skip to content

Commit

Permalink
Merge branch 'feat/cost-tracking' of github.com:FuelLabs/fuel-block-c…
Browse files Browse the repository at this point in the history
…ommitter into feat/cost-tracking
  • Loading branch information
MujkicA committed Nov 10, 2024
2 parents 5e5d791 + be47e1d commit cb0fe43
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 13 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@ members = [
]

[workspace.package]
version = "0.10.1"
version = "0.10.3"
authors = ["Fuel Labs <[email protected]>"]
edition = "2021"
homepage = "https://fuel.network/"
license = "Apache-2.0"
repository = "https://github.com/FuelLabs/fuel-block-committer"
# be careful when bumping the rust version. If `fuel-core` isn't on the version
# you plan to bump to, make sure the encoding crate keeps using a rust version <= fuel-core
rust-version = "1.79"
publish = false

Expand Down
4 changes: 2 additions & 2 deletions helm/fuel-block-committer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.10.1
version: 0.10.3

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.10.1"
appVersion: "0.10.3"
1 change: 1 addition & 0 deletions packages/encoding/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ homepage = { workspace = true }
license = { workspace = true }
repository = { workspace = true }
rust-version = { workspace = true }
description = "Used to encode/decode bundles created by the fuel block committer."
publish = true

[dependencies]
Expand Down

0 comments on commit cb0fe43

Please sign in to comment.