Andrew Poelstra
65ff814a39
rename `rust_secp_fuzz` to `fuzzing`
2021-01-11 19:14:42 +00:00
Andrew Poelstra
85075a654c
replace `fuzztarget` Cargo feature with a rustc --cfg flag
...
It's super dangerous to use Cargo features for this, since they can be set
accidentally (or maliciously by any crate in a user's entire dep tree). Instead
we can just require users set `RUSTFLAGS` appropriately, which we can easily
do in our fuzzing scripts.
2020-12-22 15:42:02 +00:00
Justin Moon
6b41326f9f
Fix link in README
2020-11-25 16:41:22 -06:00
Tim Ruffing
0a698b72ab
readme: Replace all mentions of Rust 1.22 by 1.29
...
Follow up on #231 .
2020-09-21 16:09:33 +02:00
Andrew Poelstra
19f5138925
Update MSRV to 1.29; increase version to 0.19 and -sys version to 0.3
2020-08-27 14:18:06 +00:00
Andronik Ordian
ba013945d5
readme: add an example for travis
2020-03-17 22:33:29 +01:00
Andronik Ordian
37b9e2dfe9
move the note to the main readme
2020-03-16 11:46:53 +01:00
François Garillot
e69eabb36f
Bumping minimum Rust version 1.14.0 -> 1.22.0, as per https://git.io/fhDLO
2019-02-25 20:09:44 -08:00
Andrew Poelstra
9fe5150480
bump version to 0.10.0; introduce CHANGELOG.md
2018-07-25 23:49:48 +00:00
Andrew Poelstra
2aeff4c62f
fix typos
2018-07-24 21:16:52 +00:00
Matt Corallo
758380991a
Bump major version
2018-03-21 18:05:04 -04:00
Matt Corallo
6a9f8ba375
Fix README links
2018-03-18 14:45:38 -04:00
Andrew Poelstra
c03d5ab819
Change documentation link, increment version so I can republish
2018-02-25 22:51:16 +00:00
Andrew Poelstra
2b64b0a210
Fix documentation link in README; github interprets it as an image then breaks the URL
2015-04-16 14:09:25 -05:00
Andrew Poelstra
ff29303da1
Add Travis build status to README
2015-04-05 12:37:49 -05:00
Andrew Poelstra
c3786888d7
Make note about non-allocations
2015-04-05 11:45:40 -05:00
Andrew Poelstra
15e552b190
Add link to full docs to README
2015-04-04 15:51:06 -05:00
Andrew Poelstra
ec5d5e4ca9
Add README
2015-04-04 12:30:07 -05:00