Opened 6 years ago

Closed 6 years ago

#11221 closed enhancement (duplicate)

cbindgen will be required for firefox-63.0.

Reported by: ken@… Owned by: ken@…
Priority: normal Milestone: 8.4
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

This will berequired for firefox-63.0 which is expected on or around 23rd October, no point in adding this until they have cut the release.

Current version is 0.6.4.

https://github.com/eqrion/cbindgen/releases

This can be used to generate C bindings for Rust code.

cargo build --release
cargo test (optional)
install -Dm755 target/release/cbindgen /usr/bin/
}}

The build needs an internet connection to check for versions of required crates, and to download them if they are not already present in ~/.cargo.


Change History (3)

comment:1 by ken@…, 6 years ago

Owner: changed from blfs-book to ken@…
Status: newassigned

comment:2 by Douglas R. Reno, 6 years ago

Ken, don't forget that you already have a ticket open for this

comment:3 by ken@…, 6 years ago

Resolution: duplicate
Status: assignedclosed

Doh. Memory like a sieve.

Duplicate of 11089.

Note: See TracTickets for help on using tickets.