File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88
99[ ![ Tests] ( https://img.shields.io/github/actions/workflow/status/CogitatorTech/ordered/tests.yml?label=tests&style=flat&labelColor=282c34&logo=github )] ( https://github.com/CogitatorTech/ordered/actions/workflows/tests.yml )
1010[ ![ Benchmarks] ( https://img.shields.io/github/actions/workflow/status/CogitatorTech/ordered/benches.yml?label=benchmarks&style=flat&labelColor=282c34&logo=github )] ( https://github.com/CogitatorTech/ordered/actions/workflows/benches.yml )
11- [ ![ Zig Version ] ( https://img.shields.io/badge/Zig -0.16.0-orange?logo=zig &labelColor=282c34 )] ( https://ziglang.org/download/ )
11+ [ ![ Zig] ( https://img.shields.io/badge/zig -0.16.0-F7A41D?style=flat &labelColor=282c34&logo=zig )] ( https://ziglang.org/download/ )
1212[ ![ Release] ( https://img.shields.io/github/release/CogitatorTech/ordered.svg?label=release&style=flat&labelColor=282c34&logo=github )] ( https://github.com/CogitatorTech/ordered/releases/latest )
1313[ ![ Docs] ( https://img.shields.io/badge/docs-read-blue?style=flat&labelColor=282c34&logo=read-the-docs )] ( https://CogitatorTech.github.io/ordered/ )
1414[ ![ Examples] ( https://img.shields.io/badge/examples-view-green?style=flat&labelColor=282c34&logo=zig )] ( https://github.com/CogitatorTech/ordered/tree/main/examples )
@@ -79,7 +79,9 @@ zig fetch --save=ordered "https://github.com/CogitatorTech/ordered/archive/<bran
7979Replace ` <branch_or_tag> ` with the desired branch or release tag, like ` main ` (for the development version) or ` v0.3.0 ` .
8080This command will download Ordered and add it to Zig's global cache and update your project's ` build.zig.zon ` file.
8181
82- Zig version supported by each tagged release:
82+ ##### Zig Version Support
83+
84+ Zig version supported by the main releases of Ordered:
8385
8486| Zig | Ordered Tags |
8587| ----------| --------------|
Original file line number Diff line number Diff line change 11.{
22 .name = .ordered ,
3- .version = "0.2.0 " ,
3+ .version = "0.2.1 " ,
44 .fingerprint = 0xc3121f99b0352e1b , // Changing this has security and trust implications.
55 .minimum_zig_version = "0.16.0" ,
66 .paths = .{
You can’t perform that action at this time.
0 commit comments