Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ for Linux, written on the kernel's own system-call interface.

```toml
[dependencies]
openkal = "0.5.0"
openkal = "0.5.1"

[target.'cfg(os = "linux")'.dependencies]
openkal-linux = "0.5.0"
openkal-linux = "0.5.1"
```

## Why it does not use a C library
Expand Down
4 changes: 2 additions & 2 deletions mcpp.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
namespace = "mcpplibs"
name = "openkal-linux"
version = "0.5.0"
version = "0.5.1"
description = "The reference implementation of openkal for Linux, written on the kernel's own system-call interface so that it can be placed beneath a C library as well as above one."
license = "Apache-2.0"
authors = ["mcpplibs"]
repo = "https://github.com/mcpplibs/openkal-linux"

[dependencies]
openkal = "0.5.0"
openkal = "0.5.1"

# The package contributes definitions and no modules. The interface it
# implements is declared by the specification package, which this package
Expand Down
Loading