You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This dependency requirement should go away once rust-lang/rust#37545
is implemented.
I'm creating version 0.2.9.1, which points to upstream 0.2.9 as a
package only version to get this dependency in.
Copy file name to clipboardExpand all lines: packages/ripgrep/ripgrep.nuspec
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,16 @@
4
4
<metadata>
5
5
<id>ripgrep</id>
6
6
<title>ripgrep</title>
7
-
<version>0.2.9</version>
7
+
<version>0.2.9.1</version>
8
8
<authors>BurntSushi</authors>
9
9
<owners>Daniel Santa Cruz</owners>
10
10
<summary>A search tool that combines the usability of ag with the raw speed of grep.</summary>
11
11
<description>
12
12
ripgrep is a command line search tool that combines the usability of The Silver Searcher (an ack clone)
13
13
with the raw speed of GNU grep. ripgrep has first class support on Windows, Mac and Linux, with binary
14
14
downloads available for every release.
15
+
16
+
We are currently depending on Visual C++ Redistributable for Visual Studio 2015 https://chocolatey.org/packages/vcredist2015. This will change once this https://github.com/rust-lang/rust/pull/37545 is resolved and ripgrep can statically link the CRT.
0 commit comments