We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c095aae commit 692bcf0Copy full SHA for 692bcf0
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## v0.8.1
4
+
5
+ - Updated to Linux v6.18, which includes:
6
+ - `file_getattr`
7
+ - `file_setattr`
8
+ - `uprobe` (x86-64)
9
10
## v0.8.0 **Major Version Bump**
11
12
- riscv: Added `riscv_hwprobe` and `riscv_flush_icache`
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "syscalls"
-version = "0.8.0"
+version = "0.8.1"
authors = ["Jason White <rust@jasonwhite.io>", "Baojun Wang <wangbj@gmail.com>"]
edition = "2021"
license = "BSD-2-Clause"
0 commit comments