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
f140fade
Commit
f140fade
authored
4 years ago
by
David
Browse files
Options
Downloads
Patches
Plain Diff
relax version constraint on `cc`
parent
3e771be7
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
secp256k1-sys/Cargo.toml
+2
-1
2 additions, 1 deletion
secp256k1-sys/Cargo.toml
with
2 additions
and
1 deletion
secp256k1-sys/Cargo.toml
+
2
−
1
View file @
f140fade
...
@@ -19,7 +19,8 @@ links = "rustsecp256k1_v0_1_1"
...
@@ -19,7 +19,8 @@ links = "rustsecp256k1_v0_1_1"
features
=
[
"recovery"
,
"endomorphism"
,
"lowmemory"
]
features
=
[
"recovery"
,
"endomorphism"
,
"lowmemory"
]
[build-dependencies]
[build-dependencies]
cc
=
">
=
1.0
.
28
,
<
=
1.0
.
41
"
# todo[dvdplm] figure out why the requirment here is so stringent; had compilation issies in `eth` where v.46 was picked.
cc
=
">
=
1.0
.
28
,
<
=
1.0
.
46
"
[lib]
[lib]
name
=
"secp256k1_sys"
name
=
"secp256k1_sys"
...
...
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