summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2018-07-17 20:24:36 -0400
committerAndrew Gallant <jamslam@gmail.com>2018-07-17 20:27:04 -0400
commit06b66efd59b83012d34a3c11e72b4c4901ae756a (patch)
tree9c1e75ed1257f22ea53ade9a89f230647112dd68 /appveyor.yml
parent7e5a59027638952ae55a1cc3d9d3b2ce7d69be98 (diff)
deps: get rid of unstable feature
This was introduced as a temporary measure for dealing with the regex crate's unstable feature, but it was never included in a release of ripgrep. Thus, we remove it. The regex crate will now automatically enable SIMD optimizations when available.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 73626d4d..26daf224 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -50,7 +50,7 @@ test_script:
before_deploy:
# Generate artifacts for release
- - cargo build --release --features unstable
+ - cargo build --release
- mkdir staging
- copy target\release\rg.exe staging
- ps: copy target\release\build\ripgrep-*\out\_rg.ps1 staging