Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
redox-os
cbindgen
Commits
2f655fa8
Commit
2f655fa8
authored
May 11, 2017
by
Ryan Hunt
Browse files
Update the version to 0.1.9
parent
38fea4ee
Changes
3
Hide whitespace changes
Inline
Side-by-side
Cargo.lock
View file @
2f655fa8
[root]
name = "cbindgen"
version = "0.1.
8
"
version = "0.1.
9
"
dependencies = [
"clap 2.23.2 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
Cargo.toml
View file @
2f655fa8
...
...
@@ -3,8 +3,8 @@ name = "cbindgen"
description
=
"A tool for generating C bindings to Rust code."
authors
=
[
"Jeff Muizelaar <jmuizelaar@mozilla.com>"
,
"Kartikaya Gupta <kats@mozilla.com>"
,
"Ryan Hunt <rhunt@eqrion.net>"
]
license
=
"MPL-2.0"
version
=
"0.1.
8
"
exclude
=
["compile-tests"]
version
=
"0.1.
9
"
exclude
=
["compile-tests
/**
"]
repository
=
"https://github.com/rlhunt/cbindgen/"
[badges]
...
...
README.md
View file @
2f655fa8
...
...
@@ -47,7 +47,7 @@ fn main() {
## Examples
See
`tests/`
for some examples of rust source that can be handled.
See
`
compile-
tests/`
for some examples of rust source that can be handled.
## How it works
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment