Skip to content

Commit 83d68df

Browse files
chore(deps): update dependency apple/swift-markdown to v0.7.1 (#1830)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [apple/swift-markdown](https://redirect.github.com/apple/swift-markdown) | patch | `0.7.0` -> `0.7.1` | --- ### Release Notes <details> <summary>apple/swift-markdown (apple/swift-markdown)</summary> ### [`v0.7.1`](https://redirect.github.com/swiftlang/swift-markdown/releases/tag/0.7.1): Swift-Markdown 0.7.1 [Compare Source](https://redirect.github.com/apple/swift-markdown/compare/0.7.0...0.7.1) #### What's Changed - \[Swift-Markdown 0.7.x] Guard unsafeFlags with Windows-only conditional to restore SwiftPM compatibility by [@&#8203;dlskawns96](https://redirect.github.com/dlskawns96) in [https://github.com/swiftlang/swift-markdown/pull/242](https://redirect.github.com/swiftlang/swift-markdown/pull/242) #### New Contributors [@&#8203;dlskawns96](https://redirect.github.com/dlskawns96) with [#&#8203;240](https://redirect.github.com/apple/swift-markdown/issues/240) (cherry-picked as [#&#8203;242](https://redirect.github.com/apple/swift-markdown/issues/242)) **Full Changelog**: swiftlang/swift-markdown@0.7.0...0.7.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4wLjAiLCJ1cGRhdGVkSW5WZXIiOiI0MS4wLjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com>
1 parent 45fbb41 commit 83d68df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/ios_sim/Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/ios_sim/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ let package = Package(
66
name: "ios_sim",
77
dependencies: [
88
.package(url: "https://github.com/apple/swift-nio.git", exact: "2.86.0"),
9-
.package(url: "https://github.com/apple/swift-markdown.git", exact: "0.7.0"),
9+
.package(url: "https://github.com/apple/swift-markdown.git", exact: "0.7.1"),
1010
]
1111
)

0 commit comments

Comments
 (0)