Skip to content

Commit

Permalink
Implement FixedList, add nightly feature, bump version to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MrElectrify committed Mar 10, 2024
1 parent 56a21ae commit 25d1c44
Show file tree
Hide file tree
Showing 7 changed files with 885 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@ name = "eastl-rs"
authors = ["Andrew Buck"]
description = "EASTL binary-compatible Rust implementations"
documentation = "https://docs.rs/crate/eastl-rs"
version = "0.10.9"
version = "0.11.0"
edition = "2021"
license-file = "LICENSE"
readme = "README.md"
repository = "https://github.com/MrElectrify/EASTL-rs"
keywords = ["EASTL", "STL"]

[features]
nightly = []

[dependencies]
duplicate = "1.0"
moveit = "0.6.0"
Expand Down
Loading

0 comments on commit 25d1c44

Please sign in to comment.