diff --git a/mcpp.toml b/mcpp.toml index 1ab21e9..342dcfc 100644 --- a/mcpp.toml +++ b/mcpp.toml @@ -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"] @@ -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.