History log of /libCEED/rust/libceed/Cargo.toml (Results 1 – 19 of 19)
Revision Date Author Comments
# 60ef3fee 01-Nov-2023 Jed Brown <jed@jedbrown.org>

Merge pull request #1346 from CEED/jeremy/pre-release

Release - version 0.12.0


# 4018a20a 25-Sep-2023 Jeremy L Thompson <jeremy@jeremylt.org>

release - update version number and notes


# 715f9ba8 01-Nov-2023 Jed Brown <jed@jedbrown.org>

cargo release automation


# 861776b7 24-Dec-2022 Jed Brown <jed@jedbrown.org>

Merge pull request #1124 from CEED/jed/release-0.11

Release 0.11


# 8ec64e9a 24-Dec-2022 Jed Brown <jed@jedbrown.org>

libCEED 0.11.0


# d086b429 21-Mar-2022 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #916 from CEED/jeremy/v0.10

release - prepare for v0.10


# 667e613f 16-Mar-2022 Jeremy L Thompson <jeremy@jeremylt.org>

release - prepare for v0.10


# 7ed177db 21-Jan-2022 Jed Brown <jed@jedbrown.org>

Draft: rust doc: example documenting a method with math (#870)

* rust doc: example documenting a method with math

Cc: issue #695

* rust - set katexit as optional feature, enabled by default on

Draft: rust doc: example documenting a method with math (#870)

* rust doc: example documenting a method with math

Cc: issue #695

* rust - set katexit as optional feature, enabled by default on docs.rs

* doc - minor consistency

* rust - document error message

* rust - add badges for crates.io

* rust - some more katex to the documentation

* rust - document cargo doc with katexit

Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>

show more ...


# d66340f5 06-Jul-2021 Jed Brown <jed@jedbrown.org>

libCEED 0.9.0


# 1cd20648 28-May-2021 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #772 from CEED/jeremy/rust-doc

doc - use docs.rs over self hosted documentation


# c09fca11 28-May-2021 jeremylt <thompson.jeremy.luke@gmail.com>

doc - use rust crate documentation instead of user manual


# c4016ce5 28-May-2021 Jed Brown <jed@jedbrown.org>

Merge pull request #766 from CEED/jed/rust-crates

rust: split crates into libceed-sys and libceed


# 7df40ac9 28-May-2021 Jed Brown <jed@jedbrown.org>

rust: drop lib.name field, which is automatic

The explicit lib section without explicit path was breaking
cargo-readme.


# c3722f38 27-May-2021 Jed Brown <jed@jedbrown.org>

rust: fix repository path


# 49503501 27-May-2021 Jed Brown <jed@jedbrown.org>

rust: pin versions as required by crates.io


# e39b1564 27-May-2021 Jed Brown <jed@jedbrown.org>

rust: fix license identifiers (https://spdx.org/licenses/)


# 28c34ec8 20-May-2021 jeremylt <thompson.jeremy.luke@gmail.com>

rust - add include folders for libceed-sys


# efeeb3b9 20-May-2021 jeremylt <thompson.jeremy.luke@gmail.com>

rust - add more information to Cargo.tomls


# 9df49d7e 20-May-2021 Jed Brown <jed@jedbrown.org>

rust: split crates into libceed-sys and libceed

Co-authored-by: Jeremy L. Thompson <jeremy@jeremylt.org>