Skip to content

Commit

Permalink
Merge pull request #10 from FuelLabs/K1-R1/use-versioned-dep
Browse files Browse the repository at this point in the history
chore: src14 - Use released version of sway_libs
  • Loading branch information
K1-R1 authored Aug 6, 2024
2 parents 772b5ee + 61fd4ad commit 6c41355
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Description of the upcoming release here.
- [#4](https://github.com/FuelLabs/sway-standard-implementations/pull/4) Adds initial CI.
- [#1](https://github.com/FuelLabs/sway-standard-implementations/pull/1) Adds an implementation of SRC-14: Owned Proxy.
- [#8](https://github.com/FuelLabs/sway-standard-implementations/pull/8) Adds SRC-14 owned proxy usage scripts and docs.
- [#10](https://github.com/FuelLabs/sway-standard-implementations/pull/10) Sets owned_proxy sway-libs dependency to version v0.23.0.

### Changed

Expand Down
2 changes: 1 addition & 1 deletion src14/owned_proxy/contract/Forc.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = ["core"]

[[package]]
name = "sway_libs"
source = "git+https://github.com/FuelLabs/sway-libs?branch=master#51876797c76b8d1777b1c179e5f5725ae1b2cbb3"
source = "git+https://github.com/FuelLabs/sway-libs?tag=v0.23.0#9987d8ae11b1d82d42524794829c216b607916c5"
dependencies = [
"standards git+https://github.com/FuelLabs/sway-standards?tag=v0.5.0#348f7175df4c012b23c86cdb18aab79025ca1f18",
"std",
Expand Down
3 changes: 1 addition & 2 deletions src14/owned_proxy/contract/Forc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ name = "src14_owned_proxy"

[dependencies]
standards = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.5.1" }
# TODO: use latest release that includes upgradeability lib
sway_libs = { git = "https://github.com/FuelLabs/sway-libs", branch = "master" }
sway_libs = { git = "https://github.com/FuelLabs/sway-libs", tag = "v0.23.0" }

0 comments on commit 6c41355

Please sign in to comment.