Skip to content

Commit 3131fda

Browse files
authored
Merge pull request #59 from hermit-os/publish-c
fix: publish C sources and release version 0.3.1
2 parents 25c3679 + beae753 commit 3131fda

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

rftrace-frontend-ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rftrace-frontend-ffi"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = [
55
"Martin Kröning <mkroening@posteo.net>",
66
"Thomas Lambertz <mail@thomaslambertz.de>",

rftrace-frontend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rftrace-frontend"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = [
55
"Martin Kröning <mkroening@posteo.net>",
66
"Thomas Lambertz <mail@thomaslambertz.de>",

rftrace/Cargo.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rftrace"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = [
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
1515
readme = "README.md"
1616
repository = "https://github.com/hermit-os/rftrace"
1717

18-
include = [
19-
"**/*.rs",
20-
"Cargo.toml",
21-
]
22-
23-
2418
[features]
2519
staticlib = []
2620
interruptsafe = [] # backup and restore all scratch registers in the mcount_return trampoline. Needed if we instrument interrupt routines

0 commit comments

Comments
 (0)