uhyve
uhyve copied to clipboard
build(deps): Bump rftrace from 0.1.0 to 0.2.1
Bumps rftrace from 0.1.0 to 0.2.1.
Release notes
Sourced from rftrace's releases.
0.2.1
Highlights
See 0.2.0.
What's Changed
- fix: explicitly select nightly toolchain for building without rust-toolchain.toml by
@mkroening
in 3e83c65392bc80733866f1448243346688939fc9Full Changelog: https://github.com/hermit-os/rftrace/compare/v0.2.0...v0.2.1
0.2.0
Highlights
rftrace now works with recent versions of Rust!
What's Changed
- Add rust-toolchain.toml by
@mkroening
in hermit-os/rftrace#4- README.md add trace crate si_trace_print by
@jtmoon79
in hermit-os/rftrace#12- Restore functionality by
@mkroening
in hermit-os/rftrace#13- Remove profiles from non root packages by
@mkroening
in hermit-os/rftrace#3- chore: rustfmt by
@mkroening
in hermit-os/rftrace#14- feat: decouple Rust app's toolchain from rftrace's toolchain by
@mkroening
in hermit-os/rftrace#15- fix(build.rs): unused_mut by
@mkroening
in hermit-os/rftrace#16- fix(backend): remove non-asm code from naked mcount by
@mkroening
in hermit-os/rftrace#20- feat(frontend): detect Linux via compilation target by
@mkroening
in hermit-os/rftrace#21- style: format C examples by
@mkroening
in hermit-os/rftrace#22- mcount_return_trampoline: Add RFLAGS to stack layout by
@mkroening
in hermit-os/rftrace#23- fix(build.rs): always compile staticlib with release profile by
@mkroening
in hermit-os/rftrace#24- feat(build.rs): remove
statliclib/Cargo.nottoml
by@mkroening
in hermit-os/rftrace#25- fix(build.rs): remove all outer RUSTFLAGS by
@mkroening
in hermit-os/rftrace#26- chore(examples): remove template comments from Cargo.toml by
@mkroening
in hermit-os/rftrace#27- style(build.rs): remove disabled -vv option by
@mkroening
in hermit-os/rftrace#28- fix(backend): migrate from
llvm_asm!
toasm!
by@mkroening
in hermit-os/rftrace#29- chore: update Hermit dependency by
@mkroening
in hermit-os/rftrace#30- build(deps): update hermit to version 0.8 by
@mkroening
in hermit-os/rftrace#31- feat(frontend): add binary offset for hermit by
@mkroening
in hermit-os/rftrace#32- ci: rework triggers by
@mkroening
in hermit-os/rftrace#33- chore: change repo links by
@mkroening
in hermit-os/rftrace#34- chore(readme): rename RustyHermit to Hermit + repo changes by
@mkroening
in hermit-os/rftrace#35- feat: upgrade Rust to nightly-2024-01-01 by
@mkroening
in hermit-os/rftrace#36- chore: release version 0.3.0 by
@mkroening
in hermit-os/rftrace#37New Contributors
@mkroening
made their first contribution in hermit-os/rftrace#4@jtmoon79
made their first contribution in hermit-os/rftrace#12Full Changelog: https://github.com/hermit-os/rftrace/compare/v0.1.0...v0.2.0
Commits
5dae679
Merge pull request #38 from hermit-os/release-0.2.113027c0
chore: release version 0.2.13e83c65
fix: explicitly select nightly toolchain for building without rust-toolchain....ff17a1a
Merge pull request #37 from hermit-os/release-0.3.08833b44
chore: release version 0.2.02ee7082
chore: disable publishing for examplesdffb3f1
build(deps): relax byteorder version requirements29cafdd
Merge pull request #36 from hermit-os/nightly-2024-01-01bc8149f
feat: upgrade Rust to nightly-2024-01-0126aec94
Merge pull request #35 from hermit-os/rename-hermit- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.