Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[rsm-mmio] Update to 2.0.0 #31616

Merged
merged 5 commits into from
May 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ports/rsm-mmio/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Ryan-rsm-McKenzie/mmio
REF 1.1.0
SHA512 54c63c345d9e0a284d13078d525fcbe73d793462968121fee89a19c810cdac736aca9c81f4c8b4f5ea51db1c47ad0c55e7cea38772049e4939b0d6e280f9a332
REF 2.0.0
SHA512 a1b0d586c12708233c0379b16a9f60bab27f12cb414736ee245e37888622ac352e834a58808127087788f930311125e2b26e6dad156c72e68143f95910cda48f
HEAD_REF main
)

Expand Down
6 changes: 3 additions & 3 deletions ports/rsm-mmio/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "rsm-mmio",
"version-semver": "1.1.0",
"port-version": 2,
"description": "A cross-platform memory-mapped io library for C++ ",
"version-semver": "2.0.0",
"description": "A cross-platform memory-mapped io library for C++",
"homepage": "https://github.com/Ryan-rsm-McKenzie/mmio",
"license": "MIT",
"supports": "!osx & !uwp",
"dependencies": [
{
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7169,8 +7169,8 @@
"port-version": 0
},
"rsm-mmio": {
"baseline": "1.1.0",
"port-version": 2
"baseline": "2.0.0",
"port-version": 0
},
"rsocket": {
"baseline": "2021.08.30.00",
Expand Down
5 changes: 5 additions & 0 deletions versions/r-/rsm-mmio.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "9e1a7d844e1e48dab00aab46943a739a4fe2f3e4",
"version-semver": "2.0.0",
"port-version": 0
},
{
"git-tree": "b64c5538a5de9cc3e4e516ba97f437480b94c6f0",
"version-semver": "1.1.0",
Expand Down