Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
Upgrades appservices to 114.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarik Eshaq authored and rvandermeulen committed May 8, 2023
1 parent 388a9f3 commit 819c9ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Blockzilla.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -6462,7 +6462,7 @@
repositoryURL = "https://github.com/mozilla/rust-components-swift";
requirement = {
kind = exactVersion;
version = 97.5.1;
version = 114.0.0;
};
};
CDFA746D27ABD43D0055FE55 /* XCRemoteSwiftPackageReference "glean-swift" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"repositoryURL": "https://github.com/mozilla/rust-components-swift",
"state": {
"branch": null,
"revision": "a04e73953be1f81fa0f2358f36b5255414bbca01",
"version": "97.5.1"
"revision": "674bf7ba63f79769f1bfbef011bb4365d6f79e2d",
"version": "114.0.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion bin/nimbus-fml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ if [ -z "$number_string" ]; then
fi
fi

AS_VERSION="v$number_string"
AS_VERSION=$(echo "v$number_string" | sed 's/\.0\./\./g') # rust-component-swift tags have a middle `.0.` to force it to align with spm. We remove it
FRESHEN_FML=
NIMBUS_DIR="$SOURCE_ROOT/build/nimbus"

Expand Down

0 comments on commit 819c9ec

Please sign in to comment.