Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
fix: upgrade fuels-code-gen to 0.49 (#1488)
Browse files Browse the repository at this point in the history
  • Loading branch information
ra0x3 authored Dec 1, 2023
1 parent 60eb287 commit 008a7e0
Show file tree
Hide file tree
Showing 10 changed files with 105 additions and 70 deletions.
18 changes: 17 additions & 1 deletion Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ fuel-tx = { version = "=0.35.4", default-features = false }
fuel-types = { version = "=0.35.4", default-features = false, features = ["serde"] }
fuel-vm = { version = "=0.35.4", default-features = false }
fuels = { version = "0.50", default-features = false }
fuels-code-gen = { version = "0.49", default-features = false }
serde = { version = "1.0", default-features = false, features = ["derive"] }
serde_json = { version = "1.0", default-features = false }
thiserror = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/fuel-indexer-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fuel-indexer-lib = { workspace = true, default-features = true }
fuel-indexer-schema = { workspace = true, default-features = false }
fuel-indexer-types = { workspace = true }
fuels = { workspace = true }
fuels-code-gen = { version = "0.46", default-features = false }
fuels-code-gen = { workspace = true }
lazy_static = "1.4"
proc-macro-error = "1.0"
proc-macro2 = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/fuel-indexer-macros/src/helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ pub fn derive_type_name(typ: &TypeDeclaration) -> String {
}
}

/// Whether or not the given token is a Fuel primitive
/// Whether or not the given `TypeDeclaration` is a Fuel primitive
///
/// These differ from `RESERVED_TYPEDEF_NAMES` in that `FUEL_PRIMITIVES` are type names
/// that are checked against the contract JSON ABI, while `RESERVED_TYPEDEF_NAMES` are
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[[package]]
name = "core"
source = "path+from-root-AD80769CAE44474A"
source = "path+from-root-BD9159206068AEC6"

[[package]]
name = "fuel-indexer-test"
Expand All @@ -9,5 +9,5 @@ dependencies = ["std"]

[[package]]
name = "std"
source = "git+https://github.com/fuellabs/sway?tag=v0.46.0#e75f14b03636bc96751a6760304a1a6d3eb5937d"
source = "git+https://github.com/fuellabs/sway?tag=v0.46.1#512a3386f8961185188302f391ccc96553d23a7a"
dependencies = ["core"]
Loading

0 comments on commit 008a7e0

Please sign in to comment.