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.
This commit is contained in:
Andrew Gallant
2018-07-17 20:24:36 -04:00
parent 7e5a590276
commit 06b66efd59
3 changed files with 5 additions and 5 deletions

View File

@@ -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