We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b0745d commit 9807d0cCopy full SHA for 9807d0c
Makefile
@@ -2,9 +2,9 @@ SOURCES = $(wildcard src/*.rs)
2
RUSTC ?= rustc
3
RUSTC_FLAGS ?= -C opt-level=3 -C target-cpu=core2 -C lto
4
RUSTC_FLAGS += -L ./lib
5
-REGEX ?= regex-0.1.41
6
-ARENA ?= typed-arena-1.0.1
7
-NUM_CPU ?= num_cpus-0.2.6
+REGEX ?= regex-0.1.66
+ARENA ?= typed-arena-1.1.0
+NUM_CPU ?= num_cpus-0.2.11
8
9
version=$(lastword $(subst -, , $1))
10
crate=$(strip $(subst -$(call version, $1),, $1))
0 commit comments