mirror of
https://github.com/trussed-dev/littlefs2-sys.git
synced 2026-06-20 04:16:31 -07:00
During rebasing of https://github.com/trussed-dev/littlefs2-sys/pull/19, the line that enables the LFS_MULTIVERSION feature flag not only for the compilation but also for the code generation somehow got lost. This patch updates the build script and prepares the bugfix release v0.3.1.
22 lines
547 B
TOML
22 lines
547 B
TOML
[package]
|
|
name = "littlefs2-sys"
|
|
description = "Low-level bindings to littlefs"
|
|
version = "0.3.1"
|
|
authors = ["Nicolas Stalder <n@stalder.io>", "The Trussed Developers"]
|
|
edition = "2018"
|
|
license = "BSD-3-Clause"
|
|
readme = "README.md"
|
|
categories = ["embedded", "filesystem", "no-std"]
|
|
repository = "https://github.com/nickray/littlefs2-sys"
|
|
|
|
[build-dependencies]
|
|
bindgen = { version = "0.70.1", default-features = false , features = ["runtime"] }
|
|
cc = "1"
|
|
|
|
[features]
|
|
assertions = []
|
|
trace = []
|
|
malloc = []
|
|
software-intrinsics = []
|
|
multiversion = []
|