Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
rust-card10
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Astro
rust-card10
Commits
b65ff04d
Commit
b65ff04d
authored
5 years ago
by
Astro
Browse files
Options
Downloads
Patches
Plain Diff
alloc: pin dependency for release
parent
04824007
No related branches found
No related tags found
No related merge requests found
Pipeline
#3780
failed
5 years ago
Stage: build
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Cargo.lock
+13
-1
13 additions, 1 deletion
Cargo.lock
card10-alloc/Cargo.toml
+1
-1
1 addition, 1 deletion
card10-alloc/Cargo.toml
with
14 additions
and
2 deletions
Cargo.lock
+
13
−
1
View file @
b65ff04d
...
...
@@ -91,7 +91,7 @@ name = "card10-alloc"
version = "0.1.0"
dependencies = [
"alloc-cortex-m 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"card10-sys 1.9.0",
"card10-sys 1.9.0
(registry+https://github.com/rust-lang/crates.io-index)
",
]
[[package]]
...
...
@@ -111,6 +111,17 @@ dependencies = [
"r0 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "card10-sys"
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"bindgen 0.51.0 (registry+https://github.com/rust-lang/crates.io-index)",
"cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
"panic-abort 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"r0 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "cc"
version = "1.0.37"
...
...
@@ -437,6 +448,7 @@ dependencies = [
"checksum bindgen 0.51.0 (registry+https://github.com/rust-lang/crates.io-index)" = "18270cdd7065ec045a6bb4bdcd5144d14a78b3aedb3bc5111e688773ac8b9ad0"
"checksum bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3d155346769a6855b86399e9bc3814ab343cd3d62c7e985113d46a0ec3c281fd"
"checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5"
"checksum card10-sys 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0d54742e30ae90ca059cac5c2299a373e86f483562de7d4bec1aac961d6fd33b"
"checksum cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)" = "39f75544d7bbaf57560d2168f28fd649ff9c76153874db88bdbdfd839b1a7e7d"
"checksum cexpr 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a7fa24eb00d5ffab90eaeaf1092ac85c04c64aaf358ea6f84505b8116d24c6af"
"checksum cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33"
...
...
This diff is collapsed.
Click to expand it.
card10-alloc/Cargo.toml
+
1
−
1
View file @
b65ff04d
...
...
@@ -24,4 +24,4 @@ default-target = "thumbv7em-none-eabi"
[dependencies]
alloc-cortex-m
=
"0.3"
card10-sys
=
{
path
=
"../card10-sys"
}
card10-sys
=
"1.9.*"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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