File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed
Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " rftrace-frontend-ffi"
3- version = " 0.3.0 "
3+ version = " 0.3.1 "
44authors = [
55 " Martin Kröning <mkroening@posteo.net>" ,
66 " Thomas Lambertz <mail@thomaslambertz.de>" ,
Original file line number Diff line number Diff line change 11[package ]
22name = " rftrace-frontend"
3- version = " 0.3.0 "
3+ version = " 0.3.1 "
44authors = [
55 " Martin Kröning <mkroening@posteo.net>" ,
66 " Thomas Lambertz <mail@thomaslambertz.de>" ,
Original file line number Diff line number Diff line change 11[package ]
22name = " rftrace"
3- version = " 0.3.0 "
3+ version = " 0.3.1 "
44authors = [
55 " Martin Kröning <mkroening@posteo.net>" ,
66 " Thomas Lambertz <mail@thomaslambertz.de>" ,
@@ -15,12 +15,6 @@ description = "Function tracer backend. Logs all functions entries and exits. Wo
1515readme = " README.md"
1616repository = " https://github.com/hermit-os/rftrace"
1717
18- include = [
19- " **/*.rs" ,
20- " Cargo.toml" ,
21- ]
22-
23-
2418[features ]
2519staticlib = []
2620interruptsafe = [] # backup and restore all scratch registers in the mcount_return trampoline. Needed if we instrument interrupt routines
You can’t perform that action at this time.
0 commit comments