diff options
author | 2021-12-17 16:59:49 -0800 | |
---|---|---|
committer | 2021-12-17 16:59:49 -0800 | |
commit | 0e39174c481adeeb000fe021fa49616906fd9cd8 (patch) | |
tree | 43a4f585ad9f30aa235a35a1a5bc0cd3fbf3e081 /src | |
parent | 40401a6ed2b303ff2932486c6c79c1cbe658586a (diff) | |
download | bun-0e39174c481adeeb000fe021fa49616906fd9cd8.tar.gz bun-0e39174c481adeeb000fe021fa49616906fd9cd8.tar.zst bun-0e39174c481adeeb000fe021fa49616906fd9cd8.zip |
Update the misctools bins
Diffstat (limited to 'src')
m--------- | src/deps/boringssl | 0 | ||||
-rw-r--r-- | src/fallback.version | 2 | ||||
-rw-r--r-- | src/hop/hop.zig | 1 | ||||
-rw-r--r-- | src/runtime.version | 2 |
4 files changed, 2 insertions, 3 deletions
diff --git a/src/deps/boringssl b/src/deps/boringssl -Subproject 4f1fae3043f22d3a2a0c7fcd7d0244cd91b60bd +Subproject b3ed071ecc4efb77afd0a025ea1078da19578bf diff --git a/src/fallback.version b/src/fallback.version index 74aeaab27..23bd52db7 100644 --- a/src/fallback.version +++ b/src/fallback.version @@ -1 +1 @@ -2bbe5942da63d2ba
\ No newline at end of file +796022f759787f0a
\ No newline at end of file diff --git a/src/hop/hop.zig b/src/hop/hop.zig index 0c5439d1d..7d257c3d7 100644 --- a/src/hop/hop.zig +++ b/src/hop/hop.zig @@ -5,7 +5,6 @@ const Hop = Schema.Hop; const string = []const u8; - pub fn cmpStringsAsc(ctx: void, a: string, b: string) bool { return std.mem.order(u8, a, b) == .lt; } diff --git a/src/runtime.version b/src/runtime.version index ac5eaa983..1bb8f5e5f 100644 --- a/src/runtime.version +++ b/src/runtime.version @@ -1 +1 @@ -6634fea9dc3eb4e6
\ No newline at end of file +e43302007fc3716f
\ No newline at end of file |