Skip to content

Commit

Permalink
Merge pull request #736 from FuelLabs/AMM-bump
Browse files Browse the repository at this point in the history
AMM bump
  • Loading branch information
SwayStar123 authored Feb 5, 2024
2 parents b697ab3 + fd9fda9 commit 05bbd5f
Show file tree
Hide file tree
Showing 45 changed files with 1,158 additions and 861 deletions.
2 changes: 1 addition & 1 deletion .docs/contributing-book/src/code/Forc.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ source = "path+from-root-C3992B43B72ADB8C"
[[package]]
name = "std"
source = "git+https://github.com/fuellabs/sway?tag=v0.49.1#2ac7030570f22510b0ac2a7b5ddf7baa20bdc0e1"
dependencies = ["core"]
dependencies = ["core"]
2 changes: 1 addition & 1 deletion .docs/contributing-book/src/code/fuel-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ channel = "nightly-2024-01-24"

[components]
forc = "0.49.1"
fuel-core = "0.22.0"
fuel-core = "0.22.0"
12 changes: 6 additions & 6 deletions AMM/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
</p>

<p align="center">
<a href="https://crates.io/crates/forc/0.42.1" alt="forc">
<img src="https://img.shields.io/badge/forc-v0.42.1-orange" />
<a href="https://crates.io/crates/forc/0.49.1" alt="forc">
<img src="https://img.shields.io/badge/forc-v0.49.1-orange" />
</a>
<a href="https://crates.io/crates/fuel-core/0.18.3" alt="fuel-core">
<img src="https://img.shields.io/badge/fuel--core-v0.18.3-yellow" />
<a href="https://crates.io/crates/fuel-core/0.22.0" alt="fuel-core">
<img src="https://img.shields.io/badge/fuel--core-v0.22.0-yellow" />
</a>
<a href="https://crates.io/crates/fuels/0.42.0" alt="forc">
<img src="https://img.shields.io/badge/fuels-v0.42.0-blue" />
<a href="https://crates.io/crates/fuels/0.55.0" alt="forc">
<img src="https://img.shields.io/badge/fuels-v0.55.0-blue" />
</a>
</p>

Expand Down
Loading

0 comments on commit 05bbd5f

Please sign in to comment.