upgrade example dependencies
Some checks failed
AWS-Zig Build / build-zig-amd64-host (push) Successful in 4m2s
aws-zig mach nominated build / build-zig-nominated-mach-latest (push) Successful in 3m15s
aws-zig nightly build / build-zig-nightly (push) Failing after 2m57s

This commit is contained in:
Emil Lerch 2024-07-01 14:51:16 -07:00
parent 3e89ec468a
commit 4bfd9cb7bc
Signed by: lobo
GPG Key ID: A7B62D657EF764F8
2 changed files with 5 additions and 11 deletions

View File

@ -24,13 +24,7 @@ pub fn build(b: *std.Build) void {
.optimize = optimize,
});
// const smithy_dep = b.dependency("smithy", .{
// // These are the two arguments to the dependency. It expects a target and optimization level.
// .target = target,
// .optimize = optimize,
// });
// exe.addModule("smithy", smithy_dep.module("smithy"));
const aws_dep = b.dependency("aws-zig", .{
const aws_dep = b.dependency("aws", .{
// These are the two arguments to the dependency. It expects a target and optimization level.
.target = target,
.optimize = optimize,

View File

@ -4,13 +4,13 @@
.paths = .{""},
.dependencies = .{
.smithy = .{
.url = "https://git.lerch.org/lobo/smithy/archive/6083ceefe262bb016033a7dfbd995968c86b48b2.tar.gz",
.hash = "122036fbf9a1aae606de5e1a622d7dbbc37338d0fad7a4a018920c1365a1c49ba497",
},
.@"aws-zig" = .{
.url = "https://git.lerch.org/api/packages/lobo/generic/aws-sdk-with-models/3307eb6b8f04659c37df90162094427f15698161/3307eb6b8f04659c37df90162094427f15698161nominated-zig-with-models.tar.gz",
.hash = "122077dfab147124a5ddae1981a787a72bd5f823d30826e2d2147cf321a799feedf7",
},
.aws = .{
.url = "https://git.lerch.org/lobo/-/packages/generic/aws-sdk-with-models/3e89ec468a493b239f01df81b1d0998ca925709f/files/510",
.hash = "122015b35d150e9c641a8f577ea07bb5cf52020038d052bcabc5d89214ac36e82c4e",
},
},
}