diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2020-05-25 21:04:10 -0400 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2020-05-25 21:04:10 -0400 |
| commit | 49f3defe5bb85801d333f3871d36ce8db7862e54 (patch) | |
| tree | 554ce56f894c66013dc8917f8dd0ee58ad77d025 /lib/std/std.zig | |
| parent | 69ff89fd1207bc95adf7a349319973c6070ce540 (diff) | |
| parent | 7c8d0cc67876ce2059a8a7b2bc35f4948a2e42c8 (diff) | |
| download | zig-49f3defe5bb85801d333f3871d36ce8db7862e54.tar.gz zig-49f3defe5bb85801d333f3871d36ce8db7862e54.zip | |
Merge branch 'leroycep-feature-cache-hash-zig'
closes #4635
Diffstat (limited to 'lib/std/std.zig')
| -rw-r--r-- | lib/std/std.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/std/std.zig b/lib/std/std.zig index 376c200200..9920ca3378 100644 --- a/lib/std/std.zig +++ b/lib/std/std.zig @@ -31,6 +31,7 @@ pub const base64 = @import("base64.zig"); pub const build = @import("build.zig"); pub const builtin = @import("builtin.zig"); pub const c = @import("c.zig"); +pub const cache_hash = @import("cache_hash.zig"); pub const coff = @import("coff.zig"); pub const crypto = @import("crypto.zig"); pub const cstr = @import("cstr.zig"); |
