diff --git a/Cargo.lock b/Cargo.lock index ce0e5a25..ddf6ad2f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1789,7 +1789,7 @@ checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97" [[package]] name = "clock" -version = "0.10.1" +version = "0.10.2" dependencies = [ "clock", "ports", @@ -2466,7 +2466,7 @@ checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" [[package]] name = "e2e" -version = "0.10.1" +version = "0.10.2" dependencies = [ "alloy", "anyhow", @@ -2641,7 +2641,7 @@ dependencies = [ [[package]] name = "eth" -version = "0.10.1" +version = "0.10.2" dependencies = [ "alloy", "async-trait", @@ -2809,7 +2809,7 @@ checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" [[package]] name = "fuel" -version = "0.10.1" +version = "0.10.2" dependencies = [ "delegate", "fuel-core-client", @@ -2835,7 +2835,7 @@ dependencies = [ [[package]] name = "fuel-block-committer" -version = "0.10.1" +version = "0.10.2" dependencies = [ "actix-web", "anyhow", @@ -2863,7 +2863,7 @@ dependencies = [ [[package]] name = "fuel-block-committer-encoding" -version = "0.10.1" +version = "0.10.2" dependencies = [ "alloy", "anyhow", @@ -4116,7 +4116,7 @@ checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" [[package]] name = "metrics" -version = "0.10.1" +version = "0.10.2" dependencies = [ "prometheus", ] @@ -4594,7 +4594,7 @@ dependencies = [ [[package]] name = "ports" -version = "0.10.1" +version = "0.10.2" dependencies = [ "alloy", "async-trait", @@ -5611,7 +5611,7 @@ dependencies = [ [[package]] name = "services" -version = "0.10.1" +version = "0.10.2" dependencies = [ "bytesize", "clock", @@ -6008,7 +6008,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "storage" -version = "0.10.1" +version = "0.10.2" dependencies = [ "delegate", "hex", diff --git a/Cargo.toml b/Cargo.toml index 183e0306..d54f27dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,12 +14,14 @@ members = [ ] [workspace.package] -version = "0.10.1" +version = "0.10.2" authors = ["Fuel Labs "] 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 diff --git a/helm/fuel-block-committer/Chart.yaml b/helm/fuel-block-committer/Chart.yaml index 527e09d6..0989faa3 100644 --- a/helm/fuel-block-committer/Chart.yaml +++ b/helm/fuel-block-committer/Chart.yaml @@ -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.2 # 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.2"