Skip to content

Commit

Permalink
Bump to sway-standards v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bitzoic committed Aug 6, 2024
1 parent 02a66c7 commit 74f2183
Show file tree
Hide file tree
Showing 19 changed files with 42 additions and 52 deletions.
35 changes: 15 additions & 20 deletions examples/Forc.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "admin_examples"
source = "member"
dependencies = [
"standards git+https://github.com/FuelLabs/sway-standards?tag=v0.5.0#348f7175df4c012b23c86cdb18aab79025ca1f18",
"standards",
"std",
"sway_libs",
]
Expand All @@ -11,7 +11,7 @@ dependencies = [
name = "base_docs"
source = "member"
dependencies = [
"standards git+https://github.com/FuelLabs/sway-standards?tag=v0.5.0#348f7175df4c012b23c86cdb18aab79025ca1f18",
"standards",
"std",
"sway_libs",
]
Expand All @@ -20,7 +20,7 @@ dependencies = [
name = "basic_src20"
source = "member"
dependencies = [
"standards git+https://github.com/FuelLabs/sway-standards?tag=v0.5.0#348f7175df4c012b23c86cdb18aab79025ca1f18",
"standards",
"std",
"sway_libs",
]
Expand All @@ -29,7 +29,7 @@ dependencies = [
name = "basic_src3"
source = "member"
dependencies = [
"standards git+https://github.com/FuelLabs/sway-standards?tag=v0.5.0#348f7175df4c012b23c86cdb18aab79025ca1f18",
"standards",
"std",
"sway_libs",
]
Expand All @@ -38,7 +38,7 @@ dependencies = [
name = "basic_src7"
source = "member"
dependencies = [
"standards git+https://github.com/FuelLabs/sway-standards?tag=v0.5.0#348f7175df4c012b23c86cdb18aab79025ca1f18",
"standards",
"std",
"sway_libs",
]
Expand All @@ -53,7 +53,7 @@ dependencies = [

[[package]]
name = "core"
source = "path+from-root-E19CE48B3E858B72"
source = "path+from-root-2AB5BCE55EAAEFF4"

[[package]]
name = "merkle_examples"
Expand All @@ -67,7 +67,7 @@ dependencies = [
name = "metadata_docs"
source = "member"
dependencies = [
"standards git+https://github.com/FuelLabs/sway-standards?tag=v0.5.0#348f7175df4c012b23c86cdb18aab79025ca1f18",
"standards",
"std",
"sway_libs",
]
Expand All @@ -76,7 +76,7 @@ dependencies = [
name = "ownership_examples"
source = "member"
dependencies = [
"standards git+https://github.com/FuelLabs/sway-standards?tag=v0.5.0#348f7175df4c012b23c86cdb18aab79025ca1f18",
"standards",
"std",
"sway_libs",
]
Expand Down Expand Up @@ -117,7 +117,7 @@ dependencies = [
name = "setting_src20_attributes"
source = "member"
dependencies = [
"standards git+https://github.com/FuelLabs/sway-standards?tag=v0.5.0#348f7175df4c012b23c86cdb18aab79025ca1f18",
"standards",
"std",
"sway_libs",
]
Expand All @@ -126,7 +126,7 @@ dependencies = [
name = "setting_src7_attributes"
source = "member"
dependencies = [
"standards git+https://github.com/FuelLabs/sway-standards?tag=v0.5.0#348f7175df4c012b23c86cdb18aab79025ca1f18",
"standards",
"std",
"sway_libs",
]
Expand All @@ -141,24 +141,19 @@ dependencies = [

[[package]]
name = "standards"
source = "git+https://github.com/FuelLabs/sway-standards?tag=v0.5.0#348f7175df4c012b23c86cdb18aab79025ca1f18"
dependencies = ["std"]

[[package]]
name = "standards"
source = "git+https://github.com/FuelLabs/sway-standards?tag=v0.5.1#e2d5ac40a1d11a9e38e0a662d35141076515319f"
source = "git+https://github.com/FuelLabs/sway-standards?tag=v0.5.2#270350e69bd7455b7e99f0aae2e29a94d42324bd"
dependencies = ["std"]

[[package]]
name = "std"
source = "git+https://github.com/fuellabs/sway?tag=v0.60.0#2f0392ee35a1e4dd80bd8034962d5b4083dfb8b6"
source = "git+https://github.com/fuellabs/sway?tag=v0.62.0#efda0397c7bee77de73bd726ec0b732d57614973"
dependencies = ["core"]

[[package]]
name = "supply_docs"
source = "member"
dependencies = [
"standards git+https://github.com/FuelLabs/sway-standards?tag=v0.5.0#348f7175df4c012b23c86cdb18aab79025ca1f18",
"standards",
"std",
"sway_libs",
]
Expand All @@ -167,15 +162,15 @@ dependencies = [
name = "sway_libs"
source = "path+from-root-9E88A97493D252A9"
dependencies = [
"standards git+https://github.com/FuelLabs/sway-standards?tag=v0.5.0#348f7175df4c012b23c86cdb18aab79025ca1f18",
"standards",
"std",
]

[[package]]
name = "upgradability_examples"
source = "member"
dependencies = [
"standards git+https://github.com/FuelLabs/sway-standards?tag=v0.5.1#e2d5ac40a1d11a9e38e0a662d35141076515319f",
"standards",
"std",
"sway_libs",
]
2 changes: 1 addition & 1 deletion examples/admin/Forc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ license = "Apache-2.0"
name = "admin_examples"

[dependencies]
standards = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.5.0" }
standards = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.5.2" }
sway_libs = { path = "../../libs" }
2 changes: 1 addition & 1 deletion examples/asset/base_docs/Forc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ license = "Apache-2.0"
name = "base_docs"

[dependencies]
standards = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.5.0" }
standards = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.5.2" }
sway_libs = { path = "../../../libs" }
2 changes: 1 addition & 1 deletion examples/asset/basic_src20/Forc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ license = "Apache-2.0"
name = "basic_src20"

[dependencies]
standards = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.5.0" }
standards = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.5.2" }
sway_libs = { path = "../../../libs" }
2 changes: 1 addition & 1 deletion examples/asset/basic_src3/Forc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ license = "Apache-2.0"
name = "basic_src3"

[dependencies]
standards = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.5.0" }
standards = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.5.2" }
sway_libs = { path = "../../../libs" }
2 changes: 1 addition & 1 deletion examples/asset/basic_src7/Forc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ license = "Apache-2.0"
name = "basic_src7"

[dependencies]
standards = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.5.0" }
standards = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.5.2" }
sway_libs = { path = "../../../libs" }
2 changes: 1 addition & 1 deletion examples/asset/metadata_docs/Forc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ license = "Apache-2.0"
name = "metadata_docs"

[dependencies]
standards = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.5.0" }
standards = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.5.2" }
sway_libs = { path = "../../../libs" }
2 changes: 1 addition & 1 deletion examples/asset/setting_src20_attributes/Forc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ license = "Apache-2.0"
name = "setting_src20_attributes"

[dependencies]
standards = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.5.0" }
standards = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.5.2" }
sway_libs = { path = "../../../libs" }
2 changes: 1 addition & 1 deletion examples/asset/setting_src7_attributes/Forc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ license = "Apache-2.0"
name = "setting_src7_attributes"

[dependencies]
standards = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.5.0" }
standards = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.5.2" }
sway_libs = { path = "../../../libs" }
2 changes: 1 addition & 1 deletion examples/asset/supply_docs/Forc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ license = "Apache-2.0"
name = "supply_docs"

[dependencies]
standards = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.5.0" }
standards = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.5.2" }
sway_libs = { path = "../../../libs" }
2 changes: 1 addition & 1 deletion examples/ownership/Forc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ license = "Apache-2.0"
name = "ownership_examples"

[dependencies]
standards = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.5.0" }
standards = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.5.2" }
sway_libs = { path = "../../libs" }
2 changes: 1 addition & 1 deletion examples/upgradability/Forc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ license = "Apache-2.0"
name = "upgradability_examples"

[dependencies]
standards = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.5.1" }
standards = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.5.2" }
sway_libs = { path = "../../libs" }
6 changes: 3 additions & 3 deletions libs/Forc.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[[package]]
name = "core"
source = "path+from-root-E19CE48B3E858B72"
source = "path+from-root-2AB5BCE55EAAEFF4"

[[package]]
name = "standards"
source = "git+https://github.com/FuelLabs/sway-standards?tag=v0.5.0#348f7175df4c012b23c86cdb18aab79025ca1f18"
source = "git+https://github.com/FuelLabs/sway-standards?tag=v0.5.2#270350e69bd7455b7e99f0aae2e29a94d42324bd"
dependencies = ["std"]

[[package]]
name = "std"
source = "git+https://github.com/fuellabs/sway?tag=v0.60.0#2f0392ee35a1e4dd80bd8034962d5b4083dfb8b6"
source = "git+https://github.com/fuellabs/sway?tag=v0.62.0#efda0397c7bee77de73bd726ec0b732d57614973"
dependencies = ["core"]

[[package]]
Expand Down
2 changes: 1 addition & 1 deletion libs/Forc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ license = "Apache-2.0"
name = "sway_libs"

[dependencies]
standards = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.5.0" }
standards = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.5.2" }
21 changes: 8 additions & 13 deletions tests/Forc.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "admin_test"
source = "member"
dependencies = [
"standards git+https://github.com/FuelLabs/sway-standards?tag=v0.5.0#348f7175df4c012b23c86cdb18aab79025ca1f18",
"standards",
"std",
"sway_libs",
]
Expand All @@ -22,7 +22,7 @@ dependencies = ["std"]

[[package]]
name = "core"
source = "path+from-root-E19CE48B3E858B72"
source = "path+from-root-2AB5BCE55EAAEFF4"

[[package]]
name = "i128_test"
Expand Down Expand Up @@ -132,7 +132,7 @@ dependencies = [
name = "native_asset_lib"
source = "member"
dependencies = [
"standards git+https://github.com/FuelLabs/sway-standards?tag=v0.5.0#348f7175df4c012b23c86cdb18aab79025ca1f18",
"standards",
"std",
"sway_libs",
]
Expand All @@ -141,7 +141,7 @@ dependencies = [
name = "ownership_test"
source = "member"
dependencies = [
"standards git+https://github.com/FuelLabs/sway-standards?tag=v0.5.0#348f7175df4c012b23c86cdb18aab79025ca1f18",
"standards",
"std",
"sway_libs",
]
Expand Down Expand Up @@ -210,32 +210,27 @@ dependencies = ["std"]

[[package]]
name = "standards"
source = "git+https://github.com/FuelLabs/sway-standards?tag=v0.5.0#348f7175df4c012b23c86cdb18aab79025ca1f18"
dependencies = ["std"]

[[package]]
name = "standards"
source = "git+https://github.com/FuelLabs/sway-standards?tag=v0.5.1#e2d5ac40a1d11a9e38e0a662d35141076515319f"
source = "git+https://github.com/FuelLabs/sway-standards?tag=v0.5.2#270350e69bd7455b7e99f0aae2e29a94d42324bd"
dependencies = ["std"]

[[package]]
name = "std"
source = "git+https://github.com/fuellabs/sway?tag=v0.60.0#2f0392ee35a1e4dd80bd8034962d5b4083dfb8b6"
source = "git+https://github.com/fuellabs/sway?tag=v0.62.0#efda0397c7bee77de73bd726ec0b732d57614973"
dependencies = ["core"]

[[package]]
name = "sway_libs"
source = "path+from-root-8E8363697A2C7D80"
dependencies = [
"standards git+https://github.com/FuelLabs/sway-standards?tag=v0.5.0#348f7175df4c012b23c86cdb18aab79025ca1f18",
"standards",
"std",
]

[[package]]
name = "upgradability_test"
source = "member"
dependencies = [
"standards git+https://github.com/FuelLabs/sway-standards?tag=v0.5.1#e2d5ac40a1d11a9e38e0a662d35141076515319f",
"standards",
"std",
"sway_libs",
]
2 changes: 1 addition & 1 deletion tests/src/admin/Forc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ license = "Apache-2.0"
name = "admin_test"

[dependencies]
standards = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.5.0" }
standards = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.5.2" }
sway_libs = { path = "../../../libs" }
2 changes: 1 addition & 1 deletion tests/src/native_asset/Forc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ license = "Apache-2.0"
name = "native_asset_lib"

[dependencies]
standards = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.5.0" }
standards = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.5.2" }
sway_libs = { path = "../../../libs" }
2 changes: 1 addition & 1 deletion tests/src/ownership/Forc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ license = "Apache-2.0"
name = "ownership_test"

[dependencies]
standards = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.5.0" }
standards = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.5.2" }
sway_libs = { path = "../../../libs" }
2 changes: 1 addition & 1 deletion tests/src/upgradability/Forc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ license = "Apache-2.0"
name = "upgradability_test"

[dependencies]
standards = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.5.1" }
standards = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.5.2" }
sway_libs = { path = "../../../libs" }

0 comments on commit 74f2183

Please sign in to comment.