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

Commit

Permalink
Bump to version 2.37.4 (matrix-rich-text-editor/HEAD 3ba6e01488b61eae…
Browse files Browse the repository at this point in the history
…a229cb8e4a5e4171032cf952)
  • Loading branch information
Anka authored and Anka committed Jun 20, 2024
1 parent 21c0dd6 commit 68e5de5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// swift-tools-version: 5.7
// The swift-tools-version declares the minimum version of Swift required to build this package.
import PackageDescription
let checksum = "9bef72adb0fcc9bccf42fe2dfec8e280a1812e67690d665fb97141ee373ed9ab"
let version = "2.37.3"
let checksum = "d5665109cf433ca1746d301711eae77bbc7c3f1698a86a17ddd4a54892b75b1e"
let version = "2.37.4"
let url = "https://github.com/matrix-org/matrix-rich-text-editor-swift/releases/download/\(version)/WysiwygComposerFFI.xcframework.zip"
let package = Package(
name: "WysiwygComposer",
Expand Down
1 change: 1 addition & 0 deletions Sources/WysiwygComposer/WysiwygComposer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1702,6 +1702,7 @@ public struct FfiConverterTypeDomCreationError: FfiConverterRustBuffer {
let variant: Int32 = try readInt(&buf)
switch variant {
case 1: return .HtmlParseError

case 2: return .MarkdownParseError

default: throw UniffiInternalError.unexpectedEnumCase
Expand Down

0 comments on commit 68e5de5

Please sign in to comment.