From bb12da2b680109357b8b6427a423eb5bde56874b Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Wed, 24 Aug 2022 08:53:37 -0600
Subject: [PATCH] Update syscall

---
 Cargo.lock | 2 +-
 Cargo.toml | 2 +-
 syscall    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index cf4c689a..aa63493a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -64,7 +64,7 @@ dependencies = [
 
 [[package]]
 name = "kernel"
-version = "0.3.0"
+version = "0.3.2"
 dependencies = [
  "bitfield",
  "bitflags",
diff --git a/Cargo.toml b/Cargo.toml
index eaca351d..f9ae7e83 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "kernel"
-version = "0.3.0"
+version = "0.3.2"
 build = "build.rs"
 edition = "2018"
 
diff --git a/syscall b/syscall
index a5d26397..7eb24a17 160000
--- a/syscall
+++ b/syscall
@@ -1 +1 @@
-Subproject commit a5d2639716f959a5534b421719e32851b22a7bc6
+Subproject commit 7eb24a17cef4e8f4617d20925a86a31dd1b777ea
-- 
GitLab