Skip to content

Commit

Permalink
deps- upgrade nektro/iguanaTLS
Browse files Browse the repository at this point in the history
  • Loading branch information
nektro committed Jul 6, 2022
1 parent 05c1c34 commit ea3a5a5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# Zig
- uses: goto-bus-stop/setup-zig@v1
with:
version: "0.10.0-dev.1018+0bdc3d8f4"
version: "0.10.0-dev.2802+54454fd01"
- run: zig version
- run: zig env
- uses: nektro/actions-setup-zigmod@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Zig
uses: goto-bus-stop/setup-zig@v1
with:
version: "0.10.0-dev.1018+0bdc3d8f4"
version: "0.10.0-dev.2802+54454fd01"

- run: zig version
- run: zig env
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $ zig build
```

## Built With
- Zig master (at least `0.10.0-dev.531+3eb8d01f5`)
- Zig master (at least `0.10.0-dev.2802+54454fd01`)
- See [`zig.mod`](./zig.mod) and [`zigmod.lock`](./zigmod.lock)

## License
Expand Down
2 changes: 1 addition & 1 deletion zigmod.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ git https://github.com/nektro/zig-oauth2 commit-5278a31e9a4437cfad3fe451051eda73
git https://github.com/MasterQ32/zig-uri commit-e879df3a236869f92298fbe2db3c25e6e84cfd4c
git https://github.com/truemedian/zfetch commit-5a7ce5811ee19fb959b41c718018f461f45611d4
git https://github.com/truemedian/hzzp commit-bf5aaf224e94561e035a631c3c40fbf02faa27d2
git https://github.com/nektro/iguanaTLS commit-9a05f03681d5f273d0ce7447f0c7e729828ab8a2
git https://github.com/nektro/iguanaTLS commit-09d9fe92f329484536dfb2b07cfa8b406151cde4
git https://github.com/nektro/zig-json commit-a091eaa9f9ae91c3875630ba1983b33ea04971a3
git https://github.com/nektro/zig-flag commit-74acd41e8ef878a2dea1cab47400f8b9d23b0c2a
git https://github.com/nektro/zig-ulid commit-27dd9c8d9e35e88225ac91052b94cba43d185aba
Expand Down
2 changes: 1 addition & 1 deletion zigmod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ id: ehmrk2r56odz4np1cy1oibtqv9q03bxtyz36twutgyti0oj8
name: aquila
license: AGPL-3.0
description: A federated package index and CI system for the Zig programming language built around the Zigmod package manager.
min_zig_version: 0.10.0-dev.531+3eb8d01f5
min_zig_version: 0.10.0-dev.2802+54454fd01
bin: True
provides: ["aquila"]
root_files:
Expand Down

0 comments on commit ea3a5a5

Please sign in to comment.