Skip to content

Commit

Permalink
chore: Bump Quickstart and Counter for Ignition (#452)
Browse files Browse the repository at this point in the history
* feat: updated versions for counter dapp tests

* fix: added timeout and delete directory

* cd/disabling intro to sway test

* cd/disabling intro to sway test

---------

Co-authored-by: Call Delegation <[email protected]>
  • Loading branch information
rishabhkeshan and calldelegation authored Oct 4, 2024
1 parent 7a1ee9e commit 509856b
Show file tree
Hide file tree
Showing 7 changed files with 122 additions and 114 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/guides.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ jobs:
matrix:
# note: must match the names in test.spec.ts
guide:
- "counter-dapp"
- "intro to sway"
- "counter-dapp"
- "intro to predicates"
- "quickstart"

Expand Down
96 changes: 48 additions & 48 deletions docs/guides/examples/counter-dapp/counter-contract/Cargo.lock

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

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = ["Fuel Labs <[email protected]>"]
license = "Apache-2.0"

[dev-dependencies]
fuels = "0.66.1"
fuels = { version = "0.66.5" }
tokio = { version = "1.12", features = ["rt", "macros"] }

[[test]]
Expand Down
4 changes: 2 additions & 2 deletions docs/guides/examples/counter-dapp/counter-contract/Forc.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[[package]]
name = "core"
source = "path+from-root-E4CD68293365AD96"
source = "path+from-root-4BB20845430AF9CF"

[[package]]
name = "counter-contract"
Expand All @@ -9,5 +9,5 @@ dependencies = ["std"]

[[package]]
name = "std"
source = "git+https://github.com/fuellabs/sway?rev#31a1d6f98395f571cd3674b492d9bf4773c55f65"
source = "git+https://github.com/fuellabs/sway?tag=v0.63.5#31a1d6f98395f571cd3674b492d9bf4773c55f65"
dependencies = ["core"]
Loading

0 comments on commit 509856b

Please sign in to comment.