Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rust-secp256k1
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
parity
rust-secp256k1
Commits
2d41612e
Unverified
Commit
2d41612e
authored
5 years ago
by
Andrew Poelstra
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #110 from jonasnick/0.13
Bump version to 0.13
parents
5d9faf20
ce7b0395
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+11
-0
11 additions, 0 deletions
CHANGELOG.md
Cargo.toml
+1
-1
1 addition, 1 deletion
Cargo.toml
with
12 additions
and
1 deletion
CHANGELOG.md
+
11
−
0
View file @
2d41612e
# 0.13.0 - 2019-05-21
*
Update minimum supported rust compiler 1.22.
*
Replace
`serialize_der`
function with
`SerializedSignature`
struct.
*
Allow building without a standard library (
`no_std`
).
`std`
feature is on by default.
*
Add human readable serialization to
`Signatures`
and
`SecretKeys`
.
*
Stop displaying 0 bytes if a
`Signature`
is less than 72 bytes.
*
Only compile recovery module if feature
`recovery`
is set (non-default).
*
Updat
`rand`
dependency from 0.4 to 0.6 and add
`rand_core`
0.4 dependency.
*
Relax
`cc`
dependency requirements.
# 0.12.2 - 2019-01-18
*
Fuzzer bug fix
...
...
This diff is collapsed.
Click to expand it.
Cargo.toml
+
1
−
1
View file @
2d41612e
[package]
name
=
"secp256k1"
version
=
"0.1
2.2
"
version
=
"0.1
3.0
"
authors
=
[
"Dawid Ciężarkiewicz <dpc@ucore.info>"
,
"Andrew Poelstra <apoelstra@wpsoftware.net>"
]
license
=
"CC0-1.0"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment