Skip to content

Commit 9807d0c

Browse files
llogiqTeXitoi
authored andcommitted
update dependencies
1 parent 7b0745d commit 9807d0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ SOURCES = $(wildcard src/*.rs)
22
RUSTC ?= rustc
33
RUSTC_FLAGS ?= -C opt-level=3 -C target-cpu=core2 -C lto
44
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
5+
REGEX ?= regex-0.1.66
6+
ARENA ?= typed-arena-1.1.0
7+
NUM_CPU ?= num_cpus-0.2.11
88

99
version=$(lastword $(subst -, , $1))
1010
crate=$(strip $(subst -$(call version, $1),, $1))

0 commit comments

Comments
 (0)