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

Commit

Permalink
update fuels-code-gen
Browse files Browse the repository at this point in the history
  • Loading branch information
ra0x3 committed Nov 9, 2023
1 parent 98a70b4 commit 3944138
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 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 @@ -89,6 +89,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.50", 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 @@ -21,7 +21,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

0 comments on commit 3944138

Please sign in to comment.