mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
x11/wezterm: update to 20221119.145034.49.b9839.f
- https://github.com/wez/wezterm/commit/4ed2fd8e9438 converts to ":hs:ds=\E]2;\E\\:fs=\E\\:ts=\E]0;:" in termcap(5) but breaks TERM=wezterm on FreeBSD < 14, so omitted in pkg-message Changes: https://github.com/wez/wezterm/releases/tag/20221119-145034-49b9839f Reported by: GitHub (watch releases)
This commit is contained in:
parent
7083ee4857
commit
af39b50f6b
4 changed files with 591 additions and 460 deletions
|
@ -1,6 +1,5 @@
|
||||||
PORTNAME= wezterm
|
PORTNAME= wezterm
|
||||||
DISTVERSION= 20220905-102802-7d4b8249
|
DISTVERSION= 20221119-145034-49b9839f
|
||||||
PORTREVISION= 2
|
|
||||||
CATEGORIES= x11 wayland
|
CATEGORIES= x11 wayland
|
||||||
|
|
||||||
MAINTAINER= jbeich@FreeBSD.org
|
MAINTAINER= jbeich@FreeBSD.org
|
||||||
|
@ -22,10 +21,10 @@ USE_GITHUB= yes
|
||||||
USE_GITLAB= nodefault
|
USE_GITLAB= nodefault
|
||||||
USE_XORG= x11 xcb
|
USE_XORG= x11 xcb
|
||||||
GH_ACCOUNT= wez
|
GH_ACCOUNT= wez
|
||||||
GH_TUPLE= harfbuzz:harfbuzz:5.1.0:harfbuzz/deps/harfbuzz/harfbuzz \
|
GH_TUPLE= harfbuzz:harfbuzz:5.3.1:harfbuzz/deps/harfbuzz/harfbuzz \
|
||||||
glennrp:libpng:v1.6.36-805-g8439534da:libpng/deps/freetype/libpng \
|
glennrp:libpng:v1.6.36-805-g8439534da:libpng/deps/freetype/libpng \
|
||||||
madler:zlib:v1.2.11:zlib/deps/freetype/zlib \
|
madler:zlib:v1.2.11:zlib/deps/freetype/zlib \
|
||||||
fcitx:xcb-imdkit:1.0.3:xcb_imdkit/../xcb-imdkit-rs-ede7c71b85fe2537efef6cf999a45690316211cf/deps/xcb-imdkit \
|
fcitx:xcb-imdkit:1.0.3:xcb_imdkit/../xcb-imdkit-rs-0135194dea52e88c6ba830762fdcc7db99b68839/deps/xcb-imdkit \
|
||||||
freetype:freetype:VER-2-10-2-605-g3f83daeec:freetype/deps/freetype/freetype2
|
freetype:freetype:VER-2-10-2-605-g3f83daeec:freetype/deps/freetype/freetype2
|
||||||
GL_TUPLE= wez1:libssh-mirror:56e1b0a43a7601d3b2989299262a09db5d81eea0:libssh/../libssh-rs-d36e5648274063c187968fd5ce0b1a7aa350a025/libssh-rs-sys/vendored
|
GL_TUPLE= wez1:libssh-mirror:56e1b0a43a7601d3b2989299262a09db5d81eea0:libssh/../libssh-rs-d36e5648274063c187968fd5ce0b1a7aa350a025/libssh-rs-sys/vendored
|
||||||
PLIST_FILES= bin/strip-ansi-escapes \
|
PLIST_FILES= bin/strip-ansi-escapes \
|
||||||
|
|
|
@ -2,31 +2,33 @@ CARGO_CRATES= addr2line-0.17.0 \
|
||||||
adler-1.0.2 \
|
adler-1.0.2 \
|
||||||
adler32-1.2.0 \
|
adler32-1.2.0 \
|
||||||
ahash-0.7.6 \
|
ahash-0.7.6 \
|
||||||
|
ahash-0.8.2 \
|
||||||
aho-corasick-0.7.19 \
|
aho-corasick-0.7.19 \
|
||||||
android_system_properties-0.1.5 \
|
android_system_properties-0.1.5 \
|
||||||
anyhow-1.0.64 \
|
anyhow-1.0.66 \
|
||||||
arrayref-0.3.6 \
|
arrayref-0.3.6 \
|
||||||
arrayvec-0.7.2 \
|
arrayvec-0.7.2 \
|
||||||
assert_fs-1.0.7 \
|
ash-0.37.0+1.3.209 \
|
||||||
|
assert_fs-1.0.9 \
|
||||||
async-broadcast-0.4.1 \
|
async-broadcast-0.4.1 \
|
||||||
async-channel-1.7.1 \
|
async-channel-1.7.1 \
|
||||||
async-executor-1.4.1 \
|
async-executor-1.5.0 \
|
||||||
async-fs-1.6.0 \
|
async-fs-1.6.0 \
|
||||||
async-global-executor-2.3.0 \
|
async-io-1.10.0 \
|
||||||
async-io-1.9.0 \
|
async-lock-2.6.0 \
|
||||||
async-lock-2.5.0 \
|
|
||||||
async-net-1.7.0 \
|
async-net-1.7.0 \
|
||||||
async-process-1.5.0 \
|
async-process-1.5.0 \
|
||||||
async-recursion-0.3.2 \
|
async-recursion-1.0.0 \
|
||||||
async-std-1.12.0 \
|
|
||||||
async-task-4.3.0 \
|
async-task-4.3.0 \
|
||||||
async-trait-0.1.57 \
|
async-trait-0.1.58 \
|
||||||
atomic-waker-1.0.0 \
|
atomic-waker-1.0.0 \
|
||||||
atty-0.2.14 \
|
atty-0.2.14 \
|
||||||
autocfg-1.1.0 \
|
autocfg-1.1.0 \
|
||||||
backtrace-0.3.66 \
|
backtrace-0.3.66 \
|
||||||
base64-0.13.0 \
|
base64-0.13.1 \
|
||||||
benchmarking-0.4.11 \
|
benchmarking-0.4.11 \
|
||||||
|
bit-set-0.5.3 \
|
||||||
|
bit-vec-0.6.3 \
|
||||||
bit_field-0.10.1 \
|
bit_field-0.10.1 \
|
||||||
bitflags-1.3.2 \
|
bitflags-1.3.2 \
|
||||||
block-0.1.6 \
|
block-0.1.6 \
|
||||||
|
@ -35,33 +37,36 @@ CARGO_CRATES= addr2line-0.17.0 \
|
||||||
blocking-1.2.0 \
|
blocking-1.2.0 \
|
||||||
bstr-0.1.4 \
|
bstr-0.1.4 \
|
||||||
bstr-0.2.17 \
|
bstr-0.2.17 \
|
||||||
bumpalo-3.11.0 \
|
bumpalo-3.11.1 \
|
||||||
bytemuck-1.12.1 \
|
bytemuck-1.12.3 \
|
||||||
|
bytemuck_derive-1.3.0 \
|
||||||
byteorder-1.4.3 \
|
byteorder-1.4.3 \
|
||||||
bytes-1.2.1 \
|
bytes-1.2.1 \
|
||||||
cache-advisor-1.0.11 \
|
|
||||||
cache-padded-1.2.0 \
|
cache-padded-1.2.0 \
|
||||||
camino-1.1.1 \
|
camino-1.1.1 \
|
||||||
cassowary-0.3.0 \
|
cassowary-0.3.0 \
|
||||||
cast-0.3.0 \
|
cast-0.3.0 \
|
||||||
cc-1.0.73 \
|
cc-1.0.76 \
|
||||||
cfg-if-0.1.10 \
|
cfg-if-0.1.10 \
|
||||||
cfg-if-1.0.0 \
|
cfg-if-1.0.0 \
|
||||||
|
cfg_aliases-0.1.1 \
|
||||||
cgl-0.3.2 \
|
cgl-0.3.2 \
|
||||||
chrono-0.4.22 \
|
chrono-0.4.23 \
|
||||||
clap-2.34.0 \
|
clap-2.34.0 \
|
||||||
clap-3.2.20 \
|
clap-4.0.23 \
|
||||||
clap_complete-3.2.4 \
|
clap_complete-4.0.5 \
|
||||||
clap_complete_fig-3.2.4 \
|
clap_complete_fig-4.0.1 \
|
||||||
clap_derive-3.2.18 \
|
clap_derive-4.0.21 \
|
||||||
clap_lex-0.2.4 \
|
clap_lex-0.3.0 \
|
||||||
clipboard-win-2.2.0 \
|
clipboard-win-2.2.0 \
|
||||||
clipboard_macos-0.1.0 \
|
clipboard_macos-0.1.0 \
|
||||||
cocoa-0.20.2 \
|
cocoa-0.20.2 \
|
||||||
|
codespan-reporting-0.11.1 \
|
||||||
color_quant-1.1.0 \
|
color_quant-1.1.0 \
|
||||||
colored-1.9.3 \
|
colored-1.9.3 \
|
||||||
colorgrad-0.6.1 \
|
colorgrad-0.6.2 \
|
||||||
concurrent-queue-1.2.4 \
|
concurrent-queue-1.2.4 \
|
||||||
|
concurrent-queue-2.0.0 \
|
||||||
core-foundation-0.7.0 \
|
core-foundation-0.7.0 \
|
||||||
core-foundation-0.9.3 \
|
core-foundation-0.9.3 \
|
||||||
core-foundation-sys-0.7.0 \
|
core-foundation-sys-0.7.0 \
|
||||||
|
@ -77,27 +82,32 @@ CARGO_CRATES= addr2line-0.17.0 \
|
||||||
crossbeam-0.8.2 \
|
crossbeam-0.8.2 \
|
||||||
crossbeam-channel-0.5.6 \
|
crossbeam-channel-0.5.6 \
|
||||||
crossbeam-deque-0.8.2 \
|
crossbeam-deque-0.8.2 \
|
||||||
crossbeam-epoch-0.9.10 \
|
crossbeam-epoch-0.9.11 \
|
||||||
crossbeam-queue-0.3.6 \
|
crossbeam-queue-0.3.6 \
|
||||||
crossbeam-utils-0.8.11 \
|
crossbeam-utils-0.8.12 \
|
||||||
|
crunchy-0.2.2 \
|
||||||
crypto-common-0.1.6 \
|
crypto-common-0.1.6 \
|
||||||
csscolorparser-0.6.2 \
|
csscolorparser-0.6.2 \
|
||||||
csv-1.1.6 \
|
csv-1.1.6 \
|
||||||
csv-core-0.1.10 \
|
csv-core-0.1.10 \
|
||||||
ctor-0.1.23 \
|
|
||||||
cty-0.2.2 \
|
cty-0.2.2 \
|
||||||
darling-0.14.1 \
|
cxx-1.0.81 \
|
||||||
darling_core-0.14.1 \
|
cxx-build-1.0.81 \
|
||||||
darling_macro-0.14.1 \
|
cxxbridge-flags-1.0.81 \
|
||||||
|
cxxbridge-macro-1.0.81 \
|
||||||
|
d3d12-0.5.0 \
|
||||||
|
darling-0.14.2 \
|
||||||
|
darling_core-0.14.2 \
|
||||||
|
darling_macro-0.14.2 \
|
||||||
dashmap-5.4.0 \
|
dashmap-5.4.0 \
|
||||||
data-encoding-2.3.2 \
|
data-encoding-2.3.2 \
|
||||||
deflate-1.0.0 \
|
|
||||||
deltae-0.3.0 \
|
deltae-0.3.0 \
|
||||||
derivative-2.2.0 \
|
derivative-2.2.0 \
|
||||||
|
dhat-0.3.2 \
|
||||||
diff-0.1.13 \
|
diff-0.1.13 \
|
||||||
difflib-0.4.0 \
|
difflib-0.4.0 \
|
||||||
digest-0.9.0 \
|
digest-0.9.0 \
|
||||||
digest-0.10.3 \
|
digest-0.10.5 \
|
||||||
dirs-2.0.2 \
|
dirs-2.0.2 \
|
||||||
dirs-4.0.0 \
|
dirs-4.0.0 \
|
||||||
dirs-next-2.0.0 \
|
dirs-next-2.0.0 \
|
||||||
|
@ -108,21 +118,22 @@ CARGO_CRATES= addr2line-0.17.0 \
|
||||||
downcast-rs-1.2.0 \
|
downcast-rs-1.2.0 \
|
||||||
dwrote-0.11.0 \
|
dwrote-0.11.0 \
|
||||||
either-1.8.0 \
|
either-1.8.0 \
|
||||||
embed-resource-1.7.3 \
|
embed-resource-1.7.4 \
|
||||||
emojis-0.4.0 \
|
emojis-0.5.1 \
|
||||||
encoding_rs-0.8.31 \
|
encoding_rs-0.8.31 \
|
||||||
enum-display-derive-0.1.1 \
|
enum-display-derive-0.1.1 \
|
||||||
enumflags2-0.7.5 \
|
enumflags2-0.7.5 \
|
||||||
enumflags2_derive-0.7.4 \
|
enumflags2_derive-0.7.4 \
|
||||||
env_logger-0.9.0 \
|
env_logger-0.9.3 \
|
||||||
euclid-0.22.7 \
|
euclid-0.22.7 \
|
||||||
event-listener-2.5.3 \
|
event-listener-2.5.3 \
|
||||||
exr-1.5.0 \
|
exr-1.5.2 \
|
||||||
fallible-iterator-0.2.0 \
|
fallible-iterator-0.2.0 \
|
||||||
fallible-streaming-iterator-0.1.9 \
|
fallible-streaming-iterator-0.1.9 \
|
||||||
fastrand-1.8.0 \
|
fastrand-1.8.0 \
|
||||||
filenamegen-0.2.4 \
|
filenamegen-0.2.4 \
|
||||||
filetime-0.2.17 \
|
filetime-0.2.18 \
|
||||||
|
finl_unicode-1.2.0 \
|
||||||
fixedbitset-0.4.2 \
|
fixedbitset-0.4.2 \
|
||||||
flate2-1.0.24 \
|
flate2-1.0.24 \
|
||||||
float-cmp-0.9.0 \
|
float-cmp-0.9.0 \
|
||||||
|
@ -130,24 +141,25 @@ CARGO_CRATES= addr2line-0.17.0 \
|
||||||
fnv-1.0.7 \
|
fnv-1.0.7 \
|
||||||
foreign-types-0.3.2 \
|
foreign-types-0.3.2 \
|
||||||
foreign-types-shared-0.1.1 \
|
foreign-types-shared-0.1.1 \
|
||||||
form_urlencoded-1.0.1 \
|
form_urlencoded-1.1.0 \
|
||||||
fsevent-sys-4.1.0 \
|
fsevent-sys-4.1.0 \
|
||||||
futures-0.3.24 \
|
futures-0.3.25 \
|
||||||
futures-channel-0.3.24 \
|
futures-channel-0.3.25 \
|
||||||
futures-core-0.3.24 \
|
futures-core-0.3.25 \
|
||||||
futures-executor-0.3.24 \
|
futures-executor-0.3.25 \
|
||||||
futures-io-0.3.24 \
|
futures-io-0.3.25 \
|
||||||
futures-lite-1.12.0 \
|
futures-lite-1.12.0 \
|
||||||
futures-macro-0.3.24 \
|
futures-macro-0.3.25 \
|
||||||
futures-sink-0.3.24 \
|
futures-sink-0.3.25 \
|
||||||
futures-task-0.3.24 \
|
futures-task-0.3.25 \
|
||||||
futures-timer-3.0.2 \
|
futures-timer-3.0.2 \
|
||||||
futures-util-0.3.24 \
|
futures-util-0.3.25 \
|
||||||
fuzzy-matcher-0.3.7 \
|
fuzzy-matcher-0.3.7 \
|
||||||
|
fxhash-0.2.1 \
|
||||||
generic-array-0.14.6 \
|
generic-array-0.14.6 \
|
||||||
getopts-0.2.21 \
|
getopts-0.2.21 \
|
||||||
getrandom-0.1.16 \
|
getrandom-0.1.16 \
|
||||||
getrandom-0.2.7 \
|
getrandom-0.2.8 \
|
||||||
gif-0.11.4 \
|
gif-0.11.4 \
|
||||||
gimli-0.26.2 \
|
gimli-0.26.2 \
|
||||||
git2-0.14.4 \
|
git2-0.14.4 \
|
||||||
|
@ -155,18 +167,24 @@ CARGO_CRATES= addr2line-0.17.0 \
|
||||||
glium-0.31.0 \
|
glium-0.31.0 \
|
||||||
globset-0.4.9 \
|
globset-0.4.9 \
|
||||||
globwalk-0.8.1 \
|
globwalk-0.8.1 \
|
||||||
gloo-timers-0.2.4 \
|
glow-0.11.2 \
|
||||||
governor-0.4.2 \
|
governor-0.4.2 \
|
||||||
|
gpu-alloc-0.5.3 \
|
||||||
|
gpu-alloc-types-0.2.0 \
|
||||||
|
gpu-descriptor-0.2.3 \
|
||||||
|
gpu-descriptor-types-0.1.1 \
|
||||||
guillotiere-0.6.2 \
|
guillotiere-0.6.2 \
|
||||||
h2-0.3.14 \
|
h2-0.3.15 \
|
||||||
half-1.8.2 \
|
half-1.8.2 \
|
||||||
|
half-2.1.0 \
|
||||||
hashbrown-0.11.2 \
|
hashbrown-0.11.2 \
|
||||||
hashbrown-0.12.3 \
|
hashbrown-0.12.3 \
|
||||||
hashlink-0.7.0 \
|
hashlink-0.7.0 \
|
||||||
hdrhistogram-7.5.1 \
|
hdrhistogram-7.5.2 \
|
||||||
heck-0.4.0 \
|
heck-0.4.0 \
|
||||||
hermit-abi-0.1.19 \
|
hermit-abi-0.1.19 \
|
||||||
hex-0.4.3 \
|
hex-0.4.3 \
|
||||||
|
hexf-parse-0.2.1 \
|
||||||
hostname-0.3.1 \
|
hostname-0.3.1 \
|
||||||
http-0.2.8 \
|
http-0.2.8 \
|
||||||
http-body-0.4.5 \
|
http-body-0.4.5 \
|
||||||
|
@ -174,74 +192,81 @@ CARGO_CRATES= addr2line-0.17.0 \
|
||||||
httparse-1.8.0 \
|
httparse-1.8.0 \
|
||||||
httpdate-1.0.2 \
|
httpdate-1.0.2 \
|
||||||
humantime-2.1.0 \
|
humantime-2.1.0 \
|
||||||
hyper-0.14.20 \
|
hyper-0.14.23 \
|
||||||
hyper-tls-0.5.0 \
|
hyper-tls-0.5.0 \
|
||||||
iana-time-zone-0.1.47 \
|
iana-time-zone-0.1.53 \
|
||||||
|
iana-time-zone-haiku-0.1.1 \
|
||||||
ident_case-1.0.1 \
|
ident_case-1.0.1 \
|
||||||
idna-0.2.3 \
|
idna-0.3.0 \
|
||||||
ignore-0.4.18 \
|
ignore-0.4.18 \
|
||||||
image-0.24.3 \
|
image-0.24.5 \
|
||||||
indexmap-1.9.1 \
|
indexmap-1.9.1 \
|
||||||
inotify-0.9.6 \
|
inotify-0.9.6 \
|
||||||
inotify-sys-0.1.5 \
|
inotify-sys-0.1.5 \
|
||||||
instant-0.1.12 \
|
instant-0.1.12 \
|
||||||
|
intrusive-collections-0.9.4 \
|
||||||
ioctl-rs-0.1.6 \
|
ioctl-rs-0.1.6 \
|
||||||
ipnet-2.5.0 \
|
ipnet-2.5.1 \
|
||||||
itertools-0.10.3 \
|
itertools-0.10.5 \
|
||||||
itoa-0.4.8 \
|
itoa-0.4.8 \
|
||||||
itoa-1.0.3 \
|
itoa-1.0.4 \
|
||||||
jobserver-0.1.24 \
|
jobserver-0.1.25 \
|
||||||
jpeg-decoder-0.2.6 \
|
jpeg-decoder-0.3.0 \
|
||||||
js-sys-0.3.59 \
|
js-sys-0.3.60 \
|
||||||
k9-0.11.5 \
|
k9-0.11.6 \
|
||||||
|
khronos-egl-4.1.0 \
|
||||||
khronos_api-3.1.0 \
|
khronos_api-3.1.0 \
|
||||||
kqueue-1.0.6 \
|
kqueue-1.0.7 \
|
||||||
kqueue-sys-1.0.3 \
|
kqueue-sys-1.0.3 \
|
||||||
kv-log-macro-1.0.7 \
|
|
||||||
lab-0.11.0 \
|
lab-0.11.0 \
|
||||||
lazy_static-1.4.0 \
|
lazy_static-1.4.0 \
|
||||||
lazycell-1.3.0 \
|
lazycell-1.3.0 \
|
||||||
leb128-0.2.5 \
|
leb128-0.2.5 \
|
||||||
lebe-0.5.2 \
|
lebe-0.5.2 \
|
||||||
libc-0.2.132 \
|
libc-0.2.137 \
|
||||||
libflate-1.2.0 \
|
libflate-1.2.0 \
|
||||||
libflate_lz77-1.1.0 \
|
libflate_lz77-1.1.0 \
|
||||||
libgit2-sys-0.13.4+1.4.2 \
|
libgit2-sys-0.13.4+1.4.2 \
|
||||||
libloading-0.6.7 \
|
libloading-0.6.7 \
|
||||||
libloading-0.7.3 \
|
libloading-0.7.4 \
|
||||||
libsqlite3-sys-0.24.2 \
|
libsqlite3-sys-0.24.2 \
|
||||||
libssh2-sys-0.2.23 \
|
libssh2-sys-0.2.23 \
|
||||||
libz-sys-1.1.8 \
|
libz-sys-1.1.8 \
|
||||||
line-wrap-0.1.1 \
|
line-wrap-0.1.1 \
|
||||||
line_drawing-0.8.1 \
|
line_drawing-0.8.1 \
|
||||||
|
link-cplusplus-1.0.7 \
|
||||||
linked-hash-map-0.5.6 \
|
linked-hash-map-0.5.6 \
|
||||||
lock_api-0.4.8 \
|
lock_api-0.4.9 \
|
||||||
log-0.4.17 \
|
log-0.4.17 \
|
||||||
lru-0.7.8 \
|
lru-0.7.8 \
|
||||||
lua-src-544.0.1 \
|
lua-src-544.0.1 \
|
||||||
luajit-src-210.4.1+restyaa7a722 \
|
luajit-src-210.4.3+resty8384278 \
|
||||||
mach-0.3.2 \
|
mach-0.3.2 \
|
||||||
malloc_buf-0.0.6 \
|
malloc_buf-0.0.6 \
|
||||||
maplit-1.0.2 \
|
maplit-1.0.2 \
|
||||||
match_cfg-0.1.0 \
|
match_cfg-0.1.0 \
|
||||||
matches-0.1.9 \
|
|
||||||
memchr-2.5.0 \
|
memchr-2.5.0 \
|
||||||
memmap2-0.2.3 \
|
memmap2-0.2.3 \
|
||||||
memmap2-0.3.1 \
|
memmap2-0.3.1 \
|
||||||
memmap2-0.5.7 \
|
memmap2-0.5.8 \
|
||||||
memmem-0.1.1 \
|
memmem-0.1.1 \
|
||||||
|
memoffset-0.5.6 \
|
||||||
memoffset-0.6.5 \
|
memoffset-0.6.5 \
|
||||||
|
metal-0.24.0 \
|
||||||
metrics-0.17.1 \
|
metrics-0.17.1 \
|
||||||
metrics-macros-0.4.1 \
|
metrics-macros-0.4.1 \
|
||||||
mime-0.3.16 \
|
mime-0.3.16 \
|
||||||
minimal-lexical-0.2.1 \
|
minimal-lexical-0.2.1 \
|
||||||
miniz_oxide-0.4.4 \
|
miniz_oxide-0.4.4 \
|
||||||
miniz_oxide-0.5.4 \
|
miniz_oxide-0.5.4 \
|
||||||
mio-0.8.4 \
|
miniz_oxide-0.6.2 \
|
||||||
mlua-0.8.3 \
|
mintex-0.1.2 \
|
||||||
|
mio-0.8.5 \
|
||||||
|
mlua-0.8.6 \
|
||||||
|
naga-0.10.0 \
|
||||||
names-0.12.0 \
|
names-0.12.0 \
|
||||||
nanorand-0.7.0 \
|
nanorand-0.7.0 \
|
||||||
native-tls-0.2.10 \
|
native-tls-0.2.11 \
|
||||||
nix-0.22.3 \
|
nix-0.22.3 \
|
||||||
nix-0.23.1 \
|
nix-0.23.1 \
|
||||||
nix-0.24.2 \
|
nix-0.24.2 \
|
||||||
|
@ -262,35 +287,35 @@ CARGO_CRATES= addr2line-0.17.0 \
|
||||||
num-rational-0.3.2 \
|
num-rational-0.3.2 \
|
||||||
num-rational-0.4.1 \
|
num-rational-0.4.1 \
|
||||||
num-traits-0.2.15 \
|
num-traits-0.2.15 \
|
||||||
num_cpus-1.13.1 \
|
num_cpus-1.14.0 \
|
||||||
num_threads-0.1.6 \
|
|
||||||
objc-0.2.7 \
|
objc-0.2.7 \
|
||||||
objc-foundation-0.1.1 \
|
objc-foundation-0.1.1 \
|
||||||
|
objc_exception-0.1.2 \
|
||||||
objc_id-0.1.1 \
|
objc_id-0.1.1 \
|
||||||
object-0.29.0 \
|
object-0.29.0 \
|
||||||
once_cell-1.14.0 \
|
once_cell-1.16.0 \
|
||||||
oorandom-11.1.3 \
|
oorandom-11.1.3 \
|
||||||
opaque-debug-0.3.0 \
|
opaque-debug-0.3.0 \
|
||||||
open-3.0.2 \
|
open-3.0.3 \
|
||||||
openssl-0.10.38 \
|
openssl-0.10.38 \
|
||||||
openssl-probe-0.1.5 \
|
openssl-probe-0.1.5 \
|
||||||
openssl-src-300.0.9+3.0.5 \
|
openssl-src-300.0.11+3.0.7 \
|
||||||
openssl-sys-0.9.71 \
|
openssl-sys-0.9.71 \
|
||||||
ordered-float-3.0.0 \
|
ordered-float-3.4.0 \
|
||||||
ordered-stream-0.0.1 \
|
ordered-stream-0.1.1 \
|
||||||
os_str_bytes-6.3.0 \
|
os_str_bytes-6.4.0 \
|
||||||
parking-2.0.0 \
|
parking-2.0.0 \
|
||||||
parking_lot-0.11.2 \
|
parking_lot-0.11.2 \
|
||||||
parking_lot-0.12.1 \
|
parking_lot-0.12.1 \
|
||||||
parking_lot_core-0.8.5 \
|
parking_lot_core-0.8.5 \
|
||||||
parking_lot_core-0.9.3 \
|
parking_lot_core-0.9.4 \
|
||||||
pathdiff-0.2.1 \
|
pathdiff-0.2.1 \
|
||||||
pem-1.1.0 \
|
pem-1.1.0 \
|
||||||
percent-encoding-2.1.0 \
|
percent-encoding-2.2.0 \
|
||||||
pest-2.3.0 \
|
pest-2.4.1 \
|
||||||
pest_derive-2.3.0 \
|
pest_derive-2.4.1 \
|
||||||
pest_generator-2.3.0 \
|
pest_generator-2.4.1 \
|
||||||
pest_meta-2.3.0 \
|
pest_meta-2.4.1 \
|
||||||
phf-0.8.0 \
|
phf-0.8.0 \
|
||||||
phf-0.10.1 \
|
phf-0.10.1 \
|
||||||
phf-0.11.1 \
|
phf-0.11.1 \
|
||||||
|
@ -305,21 +330,22 @@ CARGO_CRATES= addr2line-0.17.0 \
|
||||||
pin-project-internal-1.0.12 \
|
pin-project-internal-1.0.12 \
|
||||||
pin-project-lite-0.2.9 \
|
pin-project-lite-0.2.9 \
|
||||||
pin-utils-0.1.0 \
|
pin-utils-0.1.0 \
|
||||||
pkg-config-0.3.25 \
|
pkg-config-0.3.26 \
|
||||||
plist-1.3.1 \
|
plist-1.3.1 \
|
||||||
plotters-0.3.3 \
|
plotters-0.3.4 \
|
||||||
plotters-backend-0.3.4 \
|
plotters-backend-0.3.4 \
|
||||||
plotters-svg-0.3.3 \
|
plotters-svg-0.3.3 \
|
||||||
png-0.17.5 \
|
png-0.17.7 \
|
||||||
polling-2.3.0 \
|
polling-2.4.0 \
|
||||||
ppv-lite86-0.2.16 \
|
ppv-lite86-0.2.17 \
|
||||||
predicates-2.1.1 \
|
predicates-2.1.3 \
|
||||||
predicates-core-1.0.3 \
|
predicates-core-1.0.5 \
|
||||||
predicates-tree-1.0.5 \
|
predicates-tree-1.0.7 \
|
||||||
proc-macro-crate-1.2.1 \
|
proc-macro-crate-1.2.1 \
|
||||||
proc-macro-error-1.0.4 \
|
proc-macro-error-1.0.4 \
|
||||||
proc-macro-error-attr-1.0.4 \
|
proc-macro-error-attr-1.0.4 \
|
||||||
proc-macro2-1.0.43 \
|
proc-macro2-1.0.47 \
|
||||||
|
profiling-1.0.7 \
|
||||||
pulldown-cmark-0.9.2 \
|
pulldown-cmark-0.9.2 \
|
||||||
pure-rust-locales-0.5.6 \
|
pure-rust-locales-0.5.6 \
|
||||||
quanta-0.9.3 \
|
quanta-0.9.3 \
|
||||||
|
@ -330,24 +356,25 @@ CARGO_CRATES= addr2line-0.17.0 \
|
||||||
rand_chacha-0.2.2 \
|
rand_chacha-0.2.2 \
|
||||||
rand_chacha-0.3.1 \
|
rand_chacha-0.3.1 \
|
||||||
rand_core-0.5.1 \
|
rand_core-0.5.1 \
|
||||||
rand_core-0.6.3 \
|
rand_core-0.6.4 \
|
||||||
rand_hc-0.2.0 \
|
rand_hc-0.2.0 \
|
||||||
rand_pcg-0.2.1 \
|
rand_pcg-0.2.1 \
|
||||||
raw-cpuid-10.5.0 \
|
range-alloc-0.1.2 \
|
||||||
raw-window-handle-0.3.4 \
|
raw-cpuid-10.6.0 \
|
||||||
raw-window-handle-0.4.3 \
|
raw-window-handle-0.5.0 \
|
||||||
rayon-1.5.3 \
|
rayon-1.5.3 \
|
||||||
rayon-core-1.9.3 \
|
rayon-core-1.9.3 \
|
||||||
rcgen-0.9.3 \
|
rcgen-0.9.3 \
|
||||||
redox_syscall-0.2.16 \
|
redox_syscall-0.2.16 \
|
||||||
redox_users-0.4.3 \
|
redox_users-0.4.3 \
|
||||||
regex-1.6.0 \
|
regex-1.7.0 \
|
||||||
regex-automata-0.1.10 \
|
regex-automata-0.1.10 \
|
||||||
regex-syntax-0.6.27 \
|
regex-syntax-0.6.28 \
|
||||||
remove_dir_all-0.5.3 \
|
remove_dir_all-0.5.3 \
|
||||||
reqwest-0.11.11 \
|
renderdoc-sys-0.7.1 \
|
||||||
|
reqwest-0.11.12 \
|
||||||
resize-0.5.5 \
|
resize-0.5.5 \
|
||||||
rgb-0.8.33 \
|
rgb-0.8.34 \
|
||||||
ring-0.16.20 \
|
ring-0.16.20 \
|
||||||
rle-decode-fast-1.0.3 \
|
rle-decode-fast-1.0.3 \
|
||||||
rstest-0.15.0 \
|
rstest-0.15.0 \
|
||||||
|
@ -360,30 +387,29 @@ CARGO_CRATES= addr2line-0.17.0 \
|
||||||
safemem-0.3.3 \
|
safemem-0.3.3 \
|
||||||
same-file-1.0.6 \
|
same-file-1.0.6 \
|
||||||
schannel-0.1.20 \
|
schannel-0.1.20 \
|
||||||
scoped-tls-1.0.0 \
|
scoped-tls-1.0.1 \
|
||||||
scoped_threadpool-0.1.9 \
|
scoped_threadpool-0.1.9 \
|
||||||
scopeguard-1.1.0 \
|
scopeguard-1.1.0 \
|
||||||
|
scratch-1.0.2 \
|
||||||
security-framework-2.7.0 \
|
security-framework-2.7.0 \
|
||||||
security-framework-sys-2.6.1 \
|
security-framework-sys-2.6.1 \
|
||||||
semver-0.11.0 \
|
semver-0.11.0 \
|
||||||
semver-1.0.13 \
|
semver-1.0.14 \
|
||||||
semver-parser-0.10.2 \
|
semver-parser-0.10.2 \
|
||||||
serde-1.0.144 \
|
serde-1.0.147 \
|
||||||
serde_cbor-0.11.2 \
|
serde_cbor-0.11.2 \
|
||||||
serde_derive-1.0.144 \
|
serde_derive-1.0.147 \
|
||||||
serde_json-1.0.85 \
|
serde_json-1.0.87 \
|
||||||
serde_repr-0.1.9 \
|
serde_repr-0.1.9 \
|
||||||
serde_urlencoded-0.7.1 \
|
serde_urlencoded-0.7.1 \
|
||||||
serde_with-2.0.0 \
|
serde_with-2.0.1 \
|
||||||
serde_with_macros-2.0.0 \
|
serde_with_macros-2.0.1 \
|
||||||
serde_yaml-0.9.11 \
|
serde_yaml-0.9.14 \
|
||||||
serial-0.4.0 \
|
serial-0.4.0 \
|
||||||
serial-core-0.4.0 \
|
serial-core-0.4.0 \
|
||||||
serial-unix-0.4.0 \
|
serial-unix-0.4.0 \
|
||||||
serial-windows-0.4.0 \
|
serial-windows-0.4.0 \
|
||||||
sha-1-0.10.0 \
|
sha1-0.10.5 \
|
||||||
sha1-0.6.1 \
|
|
||||||
sha1_smol-1.0.0 \
|
|
||||||
sha2-0.9.9 \
|
sha2-0.9.9 \
|
||||||
shared_library-0.1.9 \
|
shared_library-0.1.9 \
|
||||||
shell-words-1.1.0 \
|
shell-words-1.1.0 \
|
||||||
|
@ -393,7 +419,8 @@ CARGO_CRATES= addr2line-0.17.0 \
|
||||||
signal-hook-registry-1.4.0 \
|
signal-hook-registry-1.4.0 \
|
||||||
siphasher-0.3.10 \
|
siphasher-0.3.10 \
|
||||||
slab-0.4.7 \
|
slab-0.4.7 \
|
||||||
smallvec-1.9.0 \
|
slotmap-1.0.6 \
|
||||||
|
smallvec-1.10.0 \
|
||||||
smawk-0.3.1 \
|
smawk-0.3.1 \
|
||||||
smithay-client-toolkit-0.15.4 \
|
smithay-client-toolkit-0.15.4 \
|
||||||
smol-1.2.5 \
|
smol-1.2.5 \
|
||||||
|
@ -403,6 +430,7 @@ CARGO_CRATES= addr2line-0.17.0 \
|
||||||
spa-0.3.0 \
|
spa-0.3.0 \
|
||||||
spin-0.5.2 \
|
spin-0.5.2 \
|
||||||
spin-0.9.4 \
|
spin-0.9.4 \
|
||||||
|
spirv-0.2.0+1.5.4 \
|
||||||
sqlite-cache-0.1.3 \
|
sqlite-cache-0.1.3 \
|
||||||
ssh2-0.9.3 \
|
ssh2-0.9.3 \
|
||||||
starship-battery-0.7.9 \
|
starship-battery-0.7.9 \
|
||||||
|
@ -410,7 +438,8 @@ CARGO_CRATES= addr2line-0.17.0 \
|
||||||
strict-num-0.1.0 \
|
strict-num-0.1.0 \
|
||||||
strsim-0.10.0 \
|
strsim-0.10.0 \
|
||||||
svg_fmt-0.4.1 \
|
svg_fmt-0.4.1 \
|
||||||
syn-1.0.99 \
|
syn-1.0.103 \
|
||||||
|
sys-info-0.9.1 \
|
||||||
takeable-option-0.5.0 \
|
takeable-option-0.5.0 \
|
||||||
tar-0.4.38 \
|
tar-0.4.38 \
|
||||||
tempfile-3.3.0 \
|
tempfile-3.3.0 \
|
||||||
|
@ -419,47 +448,50 @@ CARGO_CRATES= addr2line-0.17.0 \
|
||||||
terminfo-0.7.3 \
|
terminfo-0.7.3 \
|
||||||
termios-0.2.2 \
|
termios-0.2.2 \
|
||||||
termios-0.3.3 \
|
termios-0.3.3 \
|
||||||
termtree-0.2.4 \
|
termtree-0.4.0 \
|
||||||
textwrap-0.11.0 \
|
textwrap-0.11.0 \
|
||||||
textwrap-0.15.0 \
|
textwrap-0.16.0 \
|
||||||
thiserror-1.0.34 \
|
thiserror-1.0.37 \
|
||||||
thiserror-impl-1.0.34 \
|
thiserror-impl-1.0.37 \
|
||||||
|
thousands-0.2.0 \
|
||||||
thread_local-1.1.4 \
|
thread_local-1.1.4 \
|
||||||
threadpool-1.8.1 \
|
threadpool-1.8.1 \
|
||||||
tiff-0.7.3 \
|
tiff-0.8.0 \
|
||||||
time-0.1.43 \
|
time-0.1.43 \
|
||||||
time-0.3.14 \
|
time-0.3.17 \
|
||||||
tiny-skia-0.8.1 \
|
time-core-0.1.0 \
|
||||||
tiny-skia-path-0.8.1 \
|
time-macros-0.2.6 \
|
||||||
|
tiny-skia-0.8.2 \
|
||||||
|
tiny-skia-path-0.8.2 \
|
||||||
tinytemplate-1.2.1 \
|
tinytemplate-1.2.1 \
|
||||||
tinyvec-1.6.0 \
|
tinyvec-1.6.0 \
|
||||||
tinyvec_macros-0.1.0 \
|
tinyvec_macros-0.1.0 \
|
||||||
tokio-1.21.0 \
|
tokio-1.21.2 \
|
||||||
tokio-macros-1.8.0 \
|
tokio-macros-1.8.0 \
|
||||||
tokio-native-tls-0.3.0 \
|
tokio-native-tls-0.3.0 \
|
||||||
tokio-util-0.7.3 \
|
tokio-util-0.7.4 \
|
||||||
toml-0.5.8 \
|
toml-0.5.8 \
|
||||||
tower-service-0.3.2 \
|
tower-service-0.3.2 \
|
||||||
tracing-0.1.36 \
|
tracing-0.1.37 \
|
||||||
tracing-attributes-0.1.22 \
|
tracing-attributes-0.1.23 \
|
||||||
tracing-core-0.1.29 \
|
tracing-core-0.1.30 \
|
||||||
try-lock-0.2.3 \
|
try-lock-0.2.3 \
|
||||||
typenum-1.15.0 \
|
typenum-1.15.0 \
|
||||||
ucd-trie-0.1.5 \
|
ucd-trie-0.1.5 \
|
||||||
uds_windows-1.0.2 \
|
uds_windows-1.0.2 \
|
||||||
unicase-2.6.0 \
|
unicase-2.6.0 \
|
||||||
unicode-bidi-0.3.8 \
|
unicode-bidi-0.3.8 \
|
||||||
unicode-ident-1.0.3 \
|
unicode-ident-1.0.5 \
|
||||||
unicode-linebreak-0.1.2 \
|
unicode-linebreak-0.1.4 \
|
||||||
unicode-normalization-0.1.21 \
|
unicode-normalization-0.1.22 \
|
||||||
unicode-segmentation-1.9.0 \
|
unicode-segmentation-1.10.0 \
|
||||||
unicode-width-0.1.9 \
|
unicode-width-0.1.10 \
|
||||||
unsafe-libyaml-0.2.2 \
|
unicode-xid-0.2.4 \
|
||||||
|
unsafe-libyaml-0.2.4 \
|
||||||
untrusted-0.7.1 \
|
untrusted-0.7.1 \
|
||||||
uom-0.30.0 \
|
uom-0.30.0 \
|
||||||
url-2.2.2 \
|
url-2.3.1 \
|
||||||
utf8parse-0.2.0 \
|
utf8parse-0.2.0 \
|
||||||
value-bag-1.0.0-alpha.9 \
|
|
||||||
varbincode-0.1.0 \
|
varbincode-0.1.0 \
|
||||||
vcpkg-0.2.15 \
|
vcpkg-0.2.15 \
|
||||||
version_check-0.9.4 \
|
version_check-0.9.4 \
|
||||||
|
@ -471,12 +503,12 @@ CARGO_CRATES= addr2line-0.17.0 \
|
||||||
wasi-0.9.0+wasi-snapshot-preview1 \
|
wasi-0.9.0+wasi-snapshot-preview1 \
|
||||||
wasi-0.10.2+wasi-snapshot-preview1 \
|
wasi-0.10.2+wasi-snapshot-preview1 \
|
||||||
wasi-0.11.0+wasi-snapshot-preview1 \
|
wasi-0.11.0+wasi-snapshot-preview1 \
|
||||||
wasm-bindgen-0.2.82 \
|
wasm-bindgen-0.2.83 \
|
||||||
wasm-bindgen-backend-0.2.82 \
|
wasm-bindgen-backend-0.2.83 \
|
||||||
wasm-bindgen-futures-0.4.32 \
|
wasm-bindgen-futures-0.4.33 \
|
||||||
wasm-bindgen-macro-0.2.82 \
|
wasm-bindgen-macro-0.2.83 \
|
||||||
wasm-bindgen-macro-support-0.2.82 \
|
wasm-bindgen-macro-support-0.2.83 \
|
||||||
wasm-bindgen-shared-0.2.82 \
|
wasm-bindgen-shared-0.2.83 \
|
||||||
wayland-client-0.29.5 \
|
wayland-client-0.29.5 \
|
||||||
wayland-commons-0.29.5 \
|
wayland-commons-0.29.5 \
|
||||||
wayland-cursor-0.29.5 \
|
wayland-cursor-0.29.5 \
|
||||||
|
@ -484,26 +516,38 @@ CARGO_CRATES= addr2line-0.17.0 \
|
||||||
wayland-protocols-0.29.5 \
|
wayland-protocols-0.29.5 \
|
||||||
wayland-scanner-0.29.5 \
|
wayland-scanner-0.29.5 \
|
||||||
wayland-sys-0.29.5 \
|
wayland-sys-0.29.5 \
|
||||||
web-sys-0.3.59 \
|
web-sys-0.3.60 \
|
||||||
weezl-0.1.7 \
|
weezl-0.1.7 \
|
||||||
wepoll-ffi-0.1.2 \
|
wepoll-ffi-0.1.2 \
|
||||||
whoami-1.2.1 \
|
wgpu-0.14.0 \
|
||||||
|
wgpu-core-0.14.0 \
|
||||||
|
wgpu-hal-0.14.1 \
|
||||||
|
wgpu-types-0.14.1 \
|
||||||
|
whoami-1.2.3 \
|
||||||
winapi-0.3.9 \
|
winapi-0.3.9 \
|
||||||
winapi-i686-pc-windows-gnu-0.4.0 \
|
winapi-i686-pc-windows-gnu-0.4.0 \
|
||||||
winapi-util-0.1.5 \
|
winapi-util-0.1.5 \
|
||||||
winapi-x86_64-pc-windows-gnu-0.4.0 \
|
winapi-x86_64-pc-windows-gnu-0.4.0 \
|
||||||
windows-0.33.0 \
|
windows-0.33.0 \
|
||||||
windows-sys-0.36.1 \
|
windows-sys-0.36.1 \
|
||||||
|
windows-sys-0.42.0 \
|
||||||
|
windows_aarch64_gnullvm-0.42.0 \
|
||||||
windows_aarch64_msvc-0.33.0 \
|
windows_aarch64_msvc-0.33.0 \
|
||||||
windows_aarch64_msvc-0.36.1 \
|
windows_aarch64_msvc-0.36.1 \
|
||||||
|
windows_aarch64_msvc-0.42.0 \
|
||||||
windows_i686_gnu-0.33.0 \
|
windows_i686_gnu-0.33.0 \
|
||||||
windows_i686_gnu-0.36.1 \
|
windows_i686_gnu-0.36.1 \
|
||||||
|
windows_i686_gnu-0.42.0 \
|
||||||
windows_i686_msvc-0.33.0 \
|
windows_i686_msvc-0.33.0 \
|
||||||
windows_i686_msvc-0.36.1 \
|
windows_i686_msvc-0.36.1 \
|
||||||
|
windows_i686_msvc-0.42.0 \
|
||||||
windows_x86_64_gnu-0.33.0 \
|
windows_x86_64_gnu-0.33.0 \
|
||||||
windows_x86_64_gnu-0.36.1 \
|
windows_x86_64_gnu-0.36.1 \
|
||||||
|
windows_x86_64_gnu-0.42.0 \
|
||||||
|
windows_x86_64_gnullvm-0.42.0 \
|
||||||
windows_x86_64_msvc-0.33.0 \
|
windows_x86_64_msvc-0.33.0 \
|
||||||
windows_x86_64_msvc-0.36.1 \
|
windows_x86_64_msvc-0.36.1 \
|
||||||
|
windows_x86_64_msvc-0.42.0 \
|
||||||
winreg-0.10.1 \
|
winreg-0.10.1 \
|
||||||
wio-0.2.2 \
|
wio-0.2.2 \
|
||||||
x11-2.20.0 \
|
x11-2.20.0 \
|
||||||
|
@ -513,14 +557,14 @@ CARGO_CRATES= addr2line-0.17.0 \
|
||||||
xml-rs-0.8.4 \
|
xml-rs-0.8.4 \
|
||||||
yaml-rust-0.4.5 \
|
yaml-rust-0.4.5 \
|
||||||
yasna-0.5.0 \
|
yasna-0.5.0 \
|
||||||
zbus-3.0.0 \
|
zbus-3.4.0 \
|
||||||
zbus_macros-3.0.0 \
|
zbus_macros-3.4.0 \
|
||||||
zbus_names-2.2.0 \
|
zbus_names-2.2.0 \
|
||||||
zstd-0.11.2+zstd.1.5.2 \
|
zstd-0.11.2+zstd.1.5.2 \
|
||||||
zstd-safe-5.0.2+zstd.1.5.2 \
|
zstd-safe-5.0.2+zstd.1.5.2 \
|
||||||
zstd-sys-2.0.1+zstd.1.5.2 \
|
zstd-sys-2.0.1+zstd.1.5.2 \
|
||||||
zvariant-3.6.0 \
|
zvariant-3.7.1 \
|
||||||
zvariant_derive-3.6.0 \
|
zvariant_derive-3.7.1 \
|
||||||
xcb-imdkit@git+https://github.com/wez/xcb-imdkit-rs.git?rev=ede7c71b85fe2537efef6cf999a45690316211cf\#ede7c71b85fe2537efef6cf999a45690316211cf \
|
xcb@git+https://github.com/rust-x-bindings/rust-xcb?rev=a85a4cf8937898b1da972367df4648143ede38ea\#a85a4cf8937898b1da972367df4648143ede38ea \
|
||||||
xcb@git+https://github.com/wez/rust-xcb?branch=ffi\#990a0212230acea2baf6f658e68e2f44bf7a8a1f \
|
libssh-rs,libssh-rs-sys@git+https://github.com/wez/libssh-rs.git\#d36e5648274063c187968fd5ce0b1a7aa350a025 \
|
||||||
libssh-rs,libssh-rs-sys@git+https://github.com/wez/libssh-rs.git\#d36e5648274063c187968fd5ce0b1a7aa350a025
|
xcb-imdkit@git+https://github.com/wez/xcb-imdkit-rs.git?branch=waiting-on-release\#0135194dea52e88c6ba830762fdcc7db99b68839
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,7 +1,7 @@
|
||||||
https://github.com/metrics-rs/quanta/issues/69
|
https://github.com/metrics-rs/quanta/issues/69
|
||||||
|
|
||||||
--- cargo-crates/raw-cpuid-10.5.0/src/lib.rs.orig 1970-01-01 00:00:00 UTC
|
--- cargo-crates/raw-cpuid-10.6.0/src/lib.rs.orig 1970-01-01 00:00:00 UTC
|
||||||
+++ cargo-crates/raw-cpuid-10.5.0/src/lib.rs
|
+++ cargo-crates/raw-cpuid-10.6.0/src/lib.rs
|
||||||
@@ -68,7 +68,7 @@ extern crate bitflags;
|
@@ -68,7 +68,7 @@ extern crate bitflags;
|
||||||
#[cfg(all(
|
#[cfg(all(
|
||||||
feature = "serialize",
|
feature = "serialize",
|
||||||
|
@ -54,7 +54,7 @@ https://github.com/metrics-rs/quanta/issues/69
|
||||||
all(target_arch = "x86_64", not(target_env = "sgx"))
|
all(target_arch = "x86_64", not(target_env = "sgx"))
|
||||||
))]
|
))]
|
||||||
impl Default for CpuId {
|
impl Default for CpuId {
|
||||||
@@ -332,7 +332,7 @@ impl CpuId {
|
@@ -334,7 +334,7 @@ impl CpuId {
|
||||||
impl CpuId {
|
impl CpuId {
|
||||||
/// Return new CpuId struct.
|
/// Return new CpuId struct.
|
||||||
#[cfg(any(
|
#[cfg(any(
|
||||||
|
|
Loading…
Add table
Reference in a new issue