Skip to content

Commit 04906de

Browse files
committed
checking whether this works
1 parent 4871ad3 commit 04906de

File tree

10 files changed

+232
-117
lines changed

10 files changed

+232
-117
lines changed

target_chains/fuel/contracts/Cargo.lock

Lines changed: 89 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 14 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,34 @@
11
[[package]]
2-
name = "core"
3-
source = "path+from-root-8357A6DDC5F39D14"
2+
name = "ownership"
3+
version = "0.26.0"
4+
source = "registry+ownership?0.26.0#QmbVoNUrvCTyQTdE8ZP83XxTQQVzhrevfMqk1rAJAkMFVo!"
5+
dependencies = [
6+
"src5",
7+
"std",
8+
]
49

510
[[package]]
611
name = "pyth-contract"
712
source = "member"
813
dependencies = [
14+
"ownership",
915
"pyth_interface",
10-
"standards git+https://github.com/FuelLabs/sway-standards?tag=v0.4.4#a001d3c248595112aae67e5633a06ef9bc0536ae",
16+
"src5",
1117
"std",
12-
"sway_libs",
1318
]
1419

1520
[[package]]
1621
name = "pyth_interface"
1722
source = "path+from-root-555D3D27A908977B"
18-
dependencies = [
19-
"standards git+https://github.com/FuelLabs/sway-standards?tag=v0.4.4#a001d3c248595112aae67e5633a06ef9bc0536ae",
20-
"std",
21-
]
22-
23-
[[package]]
24-
name = "standards"
25-
source = "git+https://github.com/FuelLabs/sway-standards?tag=v0.4.3#6f63eb7dff2458a7d976184e565b5cbf26f61da2"
2623
dependencies = ["std"]
2724

2825
[[package]]
29-
name = "standards"
30-
source = "git+https://github.com/FuelLabs/sway-standards?tag=v0.4.4#a001d3c248595112aae67e5633a06ef9bc0536ae"
26+
name = "src5"
27+
version = "0.8.0"
28+
source = "registry+src5?0.8.0#QmNRPZrPHFBiEAyWPU8gesdPsD2zb3cMKwEgxJwV1ZEjyD!"
3129
dependencies = ["std"]
3230

3331
[[package]]
3432
name = "std"
35-
source = "git+https://github.com/fuellabs/sway?tag=v0.65.2#66bb430395daf5b8f7205f7b9d8d008e2e812d54"
36-
dependencies = ["core"]
37-
38-
[[package]]
39-
name = "sway_libs"
40-
source = "git+https://github.com/FuelLabs/sway-libs?tag=v0.21.0#6a227ed34c86fe1ebd334dbdfeccf66c43e3915b"
41-
dependencies = [
42-
"standards git+https://github.com/FuelLabs/sway-standards?tag=v0.4.3#6f63eb7dff2458a7d976184e565b5cbf26f61da2",
43-
"std",
44-
]
33+
version = "0.68.9"
34+
source = "registry+std?0.68.9#QmUaBxMs2JvY1bXgRCdeCsG3o6TN82ftRgv4Tq7ytqUGUT!"
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[toolchain]
2-
channel = "latest-aarch64-apple-darwin"
2+
channel = "mainnet"
33

44
[components]
5-
forc = "0.65.2"
6-
fuel-core = "0.37.1"
5+
forc = "0.68.9"
6+
fuel-core = "0.43.2"

target_chains/fuel/contracts/pyth-contract/Forc.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ license = "Apache-2.0"
55
name = "pyth-contract"
66

77
[dependencies]
8-
sway_libs = { git = "https://github.com/FuelLabs/sway-libs", tag = "v0.21.0" }
98
pyth_interface = { path = "../pyth-interface" }
10-
standards = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.4.4" }
9+
ownership = "0.26.0"
10+
src5 = "0.8.0"

0 commit comments

Comments
 (0)