Skip to content

Commit

Permalink
chore: bump to v0.66.1 (#6639)
Browse files Browse the repository at this point in the history
## Description
removes miden 

~~waiting on #6638~~
  • Loading branch information
JoshuaBatty authored Oct 15, 2024
1 parent 9ecfb69 commit d5662c6
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 58 deletions.
68 changes: 34 additions & 34 deletions Cargo.lock

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

48 changes: 24 additions & 24 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ exclude = ["examples/*", "swayfmt/test_macros", "forc-test/test_data"]

[workspace.package]
edition = "2021"
version = "0.66.0"
version = "0.66.1"
authors = ["Fuel Labs <contact@fuel.sh>"]
homepage = "https://fuel.network/"
license = "Apache-2.0"
Expand All @@ -41,34 +41,34 @@ repository = "https://github.com/FuelLabs/sway"
# Internal dependencies in order to propagate `workspace.version`
#

forc = { path = "forc/", version = "0.66.0" }
forc-pkg = { path = "forc-pkg/", version = "0.66.0" }
forc-test = { path = "forc-test/", version = "0.66.0" }
forc-tracing = { path = "forc-tracing/", version = "0.66.0" }
forc-util = { path = "forc-util/", version = "0.66.0" }
forc = { path = "forc/", version = "0.66.1" }
forc-pkg = { path = "forc-pkg/", version = "0.66.1" }
forc-test = { path = "forc-test/", version = "0.66.1" }
forc-tracing = { path = "forc-tracing/", version = "0.66.1" }
forc-util = { path = "forc-util/", version = "0.66.1" }

# Forc plugins
forc-plugins = { path = "forc-plugins/", version = "0.66.0" }
forc-client = { path = "forc-plugins/forc-client/", version = "0.66.0" }
forc-crypto = { path = "forc-plugins/forc-crypto/", version = "0.66.0" }
forc-debug = { path = "forc-plugins/forc-debug/", version = "0.66.0" }
forc-doc = { path = "forc-plugins/forc-doc/", version = "0.66.0" }
forc-fmt = { path = "forc-plugins/forc-fmt/", version = "0.66.0" }
forc-lsp = { path = "forc-plugins/forc-lsp/", version = "0.66.0" }
forc-tx = { path = "forc-plugins/forc-tx/", version = "0.66.0" }
forc-plugins = { path = "forc-plugins/", version = "0.66.1" }
forc-client = { path = "forc-plugins/forc-client/", version = "0.66.1" }
forc-crypto = { path = "forc-plugins/forc-crypto/", version = "0.66.1" }
forc-debug = { path = "forc-plugins/forc-debug/", version = "0.66.1" }
forc-doc = { path = "forc-plugins/forc-doc/", version = "0.66.1" }
forc-fmt = { path = "forc-plugins/forc-fmt/", version = "0.66.1" }
forc-lsp = { path = "forc-plugins/forc-lsp/", version = "0.66.1" }
forc-tx = { path = "forc-plugins/forc-tx/", version = "0.66.1" }

sway-ast = { path = "sway-ast/", version = "0.66.0" }
sway-core = { path = "sway-core/", version = "0.66.0" }
sway-error = { path = "sway-error/", version = "0.66.0" }
sway-lsp = { path = "sway-lsp/", version = "0.66.0" }
sway-parse = { path = "sway-parse/", version = "0.66.0" }
sway-types = { path = "sway-types/", version = "0.66.0" }
sway-utils = { path = "sway-utils/", version = "0.66.0" }
swayfmt = { path = "swayfmt/", version = "0.66.0" }
sway-ast = { path = "sway-ast/", version = "0.66.1" }
sway-core = { path = "sway-core/", version = "0.66.1" }
sway-error = { path = "sway-error/", version = "0.66.1" }
sway-lsp = { path = "sway-lsp/", version = "0.66.1" }
sway-parse = { path = "sway-parse/", version = "0.66.1" }
sway-types = { path = "sway-types/", version = "0.66.1" }
sway-utils = { path = "sway-utils/", version = "0.66.1" }
swayfmt = { path = "swayfmt/", version = "0.66.1" }

# Sway IR
sway-ir = { path = "sway-ir/", version = "0.66.0" }
sway-ir-macros = { path = "sway-ir/sway-ir-macros", version = "0.66.0" }
sway-ir = { path = "sway-ir/", version = "0.66.1" }
sway-ir-macros = { path = "sway-ir/sway-ir-macros", version = "0.66.1" }

#
# External Fuel dependencies
Expand Down

0 comments on commit d5662c6

Please sign in to comment.