Darren Schroeder
|
8c3bfcac07
|
removed spaces
|
2020-06-22 07:34:06 -05:00 |
|
Darren Schroeder
|
d0dcc68ca4
|
Update checker.rs
|
2020-06-20 16:04:15 -05:00 |
|
Darren Schroeder
|
37746bd1fa
|
Updated ExistedChecker to work in multiple OSes
|
2020-06-18 14:27:41 -05:00 |
|
Darren Schroeder
|
a5d1439631
|
Allow checker to support reparsepoints in Windows
|
2020-06-18 09:54:23 -05:00 |
|
Harry Fei
|
1df9b0ed38
|
bump version to 4.0.0
|
2020-05-30 20:54:11 +08:00 |
|
Harry Fei
|
e3d86e5ba7
|
fix clippy warning
|
2020-05-30 20:53:18 +08:00 |
|
Harry Fei
|
2a3cc8bb8a
|
Merge pull request #21 from waynr/eliminate-failure
replace failure with std::error:Error and thiserror
|
2020-05-26 22:59:43 +08:00 |
|
Wayne Warren
|
e6e839c4f6
|
replace failure with std::error:Error and thiserror
|
2020-05-25 20:37:41 -05:00 |
|
Harry Fei
|
1ffb247965
|
bump version to 3.1.1
|
2020-03-07 11:52:00 +08:00 |
|
Harry Fei
|
17e22cb896
|
update failure to 0.1.7 .
|
2020-03-06 17:44:35 +08:00 |
|
Harry Fei
|
785d774744
|
bump version to 3.1.0
|
2019-11-03 19:29:55 +08:00 |
|
Harry Fei
|
562e7a5138
|
upgrade dependencies
|
2019-10-24 12:00:15 +08:00 |
|
Harry Fei
|
1419887fee
|
Merge pull request #15 from mullvad/use-automatic-failure-feature
Use automatic failure feature instead of redundant use_failure
|
2019-09-29 11:49:16 +08:00 |
|
Linus Färnstrand
|
d08fd2fd44
|
Add note about errors in readme
|
2019-09-27 08:47:05 +02:00 |
|
Linus Färnstrand
|
8dd2105190
|
Use automatic failure feature instead of redundant use_failure
|
2019-09-27 08:44:47 +02:00 |
|
Harry Fei
|
b0c86e667c
|
Merge pull request #16 from mullvad/impl-std-error
Implement std::error::Error when not using failure
|
2019-09-27 11:04:25 +08:00 |
|
Linus Färnstrand
|
3ff0557179
|
Implement std::error::Error when not using failure
|
2019-09-23 18:02:51 +02:00 |
|
Harry Fei
|
b4b622676b
|
bump version to 3.0.0
|
2019-09-22 14:03:58 +08:00 |
|
Harry Fei
|
28b9ed16f3
|
modify README
|
2019-09-22 14:03:58 +08:00 |
|
Harry Fei
|
579b7bbf79
|
fix build warning
|
2019-09-22 14:03:58 +08:00 |
|
Harry Fei
|
03c1766990
|
Merge pull request #14 from prokopyl/master
Make dependency on "failure" optional
|
2019-09-16 11:28:59 +08:00 |
|
Adrien Prokopowicz
|
d4f5419e9e
|
Make dependency on "failure" optional, but enabled by default
|
2019-09-15 15:03:04 +02:00 |
|
Harry Fei
|
55d17e408a
|
Merge pull request #13 from spl/path-struct
Add which::Path, which::CanonicalPath structs
|
2019-07-16 22:19:47 +08:00 |
|
Sean Leather
|
13393d10b9
|
Add which::Path, which::CanonicalPath structs
|
2019-07-12 08:46:20 +02:00 |
|
Harry Fei
|
85588c9394
|
Merge pull request #12 from spl/tests-mod
Move tests into separate file
|
2019-07-12 14:37:15 +08:00 |
|
Sean Leather
|
f1af519a38
|
Set PATH for MinGW toolset (gcc, etc.)
|
2019-07-11 08:49:56 +02:00 |
|
Sean Leather
|
1ed5622093
|
Remove the deprecated AsciiExt
|
2019-07-11 08:49:38 +02:00 |
|
Sean Leather
|
600730d701
|
Move tests into separate file
|
2019-07-10 10:37:27 +02:00 |
|
Harry Fei
|
74e91fc2ab
|
bump version to 2.0.1
|
2018-12-04 10:17:32 +08:00 |
|
Harry Fei
|
1b8e0885a8
|
Merge pull request #10 from silwol/master
Fix spelling error "execu*t*able"
|
2018-12-02 16:27:33 +08:00 |
|
Wolfgang Silbermayr
|
1f924242cd
|
Fix spelling error "execu*t*able"
|
2018-12-02 08:59:38 +01:00 |
|
Josh Stone
|
527693a4fa
|
Use failure without its derive feature
|
2018-11-27 22:15:00 +08:00 |
|
Harry Fei
|
9197dccd27
|
remove unused Clone trait in which_in .
|
2018-11-27 22:13:16 +08:00 |
|
Harry Fei
|
0882be2d18
|
refactor finder logic
|
2018-08-04 23:36:32 +08:00 |
|
Harry Fei
|
72204d2a7a
|
change travis link and cargo repository link
|
2018-07-26 12:42:47 +08:00 |
|
wlbf
|
64620af89f
|
implement windows extension test
|
2018-03-19 20:53:39 +08:00 |
|
wlbf
|
0bac25a109
|
implement find path with windows executeable extensions
|
2018-03-19 20:53:39 +08:00 |
|
Fangyuanziti
|
3601ed138f
|
split lib.rs into multiple files
|
2018-03-07 19:59:42 +08:00 |
|
Chen Weiguang
|
53d5123e61
|
Convert to Error + ErrorKind
|
2018-02-28 19:30:35 +08:00 |
|
Chen Weiguang
|
c9bcaaaf41
|
Bump version due to API change
|
2018-02-28 19:30:35 +08:00 |
|
Chen Weiguang
|
b04fe951f2
|
Fix clippy issues
|
2018-02-28 19:30:35 +08:00 |
|
Chen Weiguang
|
53039356dd
|
Complete Error implementation with unit test
|
2018-02-28 19:30:35 +08:00 |
|
Chen Weiguang
|
a576f4b587
|
Change API to use Error instead of static str for Err
|
2018-02-28 19:30:35 +08:00 |
|
Fangyuanziti
|
cd421116c8
|
add precise version in AsciiExt related comments
|
2018-02-17 15:22:36 +08:00 |
|
Fangyuanziti
|
aae44dc8d1
|
bump version to 1.0.5
|
2018-02-17 14:58:28 +08:00 |
|
Fangyuanziti
|
992289d8e7
|
fix AsciiExt unuse warning in newer versions of Rust
|
2018-02-17 14:57:25 +08:00 |
|
Harry Fei
|
a6ea157b84
|
Merge pull request #5 from symphorien/master
add forgotten `use std::ascii::AsciiExt;` to fix build `which-rs` on older versions of Rust.
|
2018-02-17 14:50:39 +08:00 |
|
Symphorien Gibol
|
3621e92e7b
|
add forgotten use std::ascii::AsciiExt;
|
2018-02-17 00:03:44 +01:00 |
|
Fangyuanziti
|
272682b6fa
|
bump version to 1.0.4
|
2018-02-15 11:51:28 +08:00 |
|
Fangyuanziti
|
de8c1f309e
|
remove unused import
|
2018-02-15 11:45:58 +08:00 |
|