Skip to content

Commit

Permalink
wrong package name in manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
tayloraswift committed Jan 27, 2025
1 parent d8a31ba commit 35a3745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// swift-tools-version:6.0
import PackageDescription

let package:Package = .init(name: "swift-bson",
let package:Package = .init(name: "swift-io",
platforms: [.macOS(.v15), .iOS(.v18), .tvOS(.v18), .visionOS(.v2), .watchOS(.v11)],
products: [
.library(name: "SystemIO", targets: ["SystemIO"]),
Expand Down

0 comments on commit 35a3745

Please sign in to comment.