Skip to content
Merged
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 mcpp.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
namespace = "mcpplibs"
name = "sbase"
version = "0.1.2"
version = "0.1.3"
description = "The suckless base utilities, recompiled above openkal-musl. The sources are upstream's, unmodified; what changes is the C library beneath them, and with it the set of systems they run on."
license = "MIT"
authors = ["mcpplibs"]
Expand All @@ -16,7 +16,7 @@ repo = "https://github.com/mcpplibs/sbase"
# of openkal it needs for the target being built, because it is the only party
# that knows a program above it carries no other runtime.
[dependencies]
openkal-musl = "0.5.0"
openkal-musl = "0.6.0"

[build]
# What a program above this package must say, and why it is one line.
Expand Down
Loading