Skip to content

Commit

Permalink
update dependencies, disable InternalImportsByDefault
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiBM committed May 4, 2024
1 parent eafa456 commit b30d76e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/swift-server/async-http-client.git",
"state" : {
"revision" : "fb308ee72f3d4c082a507033f94afa7395963ef3",
"version" : "1.21.0"
"revision" : "a22083713ee90808d527d0baa290c2fb13ca3096",
"version" : "1.21.1"
}
},
{
Expand All @@ -16,7 +16,7 @@
"location" : "https://github.com/DiscordBM/DiscordBM.git",
"state" : {
"branch" : "main",
"revision" : "ddce0d02aa46102499eb713c9b4a8efd3ad6fa87"
"revision" : "88a9002310724ddb51346b54fc8caf9ce77e32da"
}
},
{
Expand All @@ -42,8 +42,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/vapor/jwt-kit.git",
"state" : {
"revision" : "e05513b5aec24f88012b6e3034115b6bc915356a",
"version" : "4.13.2"
"revision" : "c2595b9ad7f512d7f334830b4df1fed6e917946a",
"version" : "4.13.4"
}
},
{
Expand Down Expand Up @@ -213,8 +213,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-nio.git",
"state" : {
"revision" : "fc63f0cf4e55a4597407a9fc95b16a2bc44b4982",
"version" : "2.64.0"
"revision" : "359c461e5561d22c6334828806cc25d759ca7aa6",
"version" : "2.65.0"
}
},
{
Expand All @@ -231,8 +231,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-nio-http2.git",
"state" : {
"revision" : "0904bf0feb5122b7e5c3f15db7df0eabe623dd87",
"version" : "1.30.0"
"revision" : "c6afe04165c865faaa687b42c32ed76dfcc91076",
"version" : "1.31.0"
}
},
{
Expand Down Expand Up @@ -285,8 +285,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-openapi-runtime",
"state" : {
"revision" : "76951d77a0609599d2dc233e7e40808a74767c6a",
"version" : "1.3.2"
"revision" : "9a8291fa2f90cc7296f2393a99bb4824ee34f869",
"version" : "1.4.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ var upcomingFeaturesSwiftSettings: [SwiftSetting] {
.enableUpcomingFeature("InferSendableFromCaptures"),

/// https://github.com/apple/swift-evolution/blob/main/proposals/0409-access-level-on-imports.md
.enableUpcomingFeature("InternalImportsByDefault"),
// .enableUpcomingFeature("InternalImportsByDefault"),

/// https://github.com/apple/swift-evolution/blob/main/proposals/0411-isolated-default-values.md
/// Data-race-free initial values for stored properties.
Expand Down

0 comments on commit b30d76e

Please sign in to comment.