Skip to content

Commit

Permalink
Update Embassy to fix server crash #33
Browse files Browse the repository at this point in the history
  • Loading branch information
dubadub committed Jan 4, 2022
1 parent bd7d043 commit 3063000
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ let package = Package(
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/cooklang/CookInSwift", from: "0.1.1"),
.package(url: "https://github.com/apple/swift-argument-parser", from: "0.0.1"),
.package(url: "https://github.com/envoy/Embassy.git", from: "4.0.0"),
.package(url: "https://github.com/envoy/Ambassador.git", from: "4.0.0"),
.package(url: "https://github.com/envoy/Embassy.git", from: "4.1.2"),
.package(url: "https://github.com/envoy/Ambassador.git", from: "4.0.5"),
.package(url: "https://github.com/jpsim/Yams.git", from: "4.0.6"),
.package(url: "https://github.com/weichsel/ZIPFoundation.git", .upToNextMajor(from: "0.9.0"))
],
Expand Down
2 changes: 1 addition & 1 deletion Sources/CookCLI/Commands/Seed.swift

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Sources/CookCLI/Commands/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ extension Cook {
static var configuration: CommandConfiguration = CommandConfiguration(abstract: "Show the CookCLI version information")

func run() throws {
print("v0.1.2 – in food we trust")
print("v0.1.3 – in food we trust")
}
}
}
6 changes: 3 additions & 3 deletions Sources/Server/Handler/StaticAssetsHandler.swift

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.2
0.1.3
2 changes: 1 addition & 1 deletion seed/inject_seed_command

Large diffs are not rendered by default.

0 comments on commit 3063000

Please sign in to comment.