Skip to content

Commit

Permalink
Rename from _AtomicsShims to AtomicsShims
Browse files Browse the repository at this point in the history
  • Loading branch information
leo150 committed Oct 18, 2022
1 parent 545693c commit 0eadc7e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
import PackageDescription

let package = Package(
name: "swift-atomics-shims",
name: "AtomicsShims",
products: [
.library(
name: "_AtomicsShims",
targets: ["_AtomicsShims"]),
name: "AtomicsShims",
targets: ["AtomicsShims"]),
],
targets: [
.target(
name: "_AtomicsShims"
name: "AtomicsShims"
),
]
)
File renamed without changes.

0 comments on commit 0eadc7e

Please sign in to comment.