Skip to content

Commit 888d90d

Browse files
committed
README: the versions it names are the versions that exist
Every README here opens by showing what a program writes in its manifest, which is the first thing a reader copies and the last thing anyone edits. These lines had drifted --- the specification's own README asked for a version four minor releases old --- and nothing checked them. `openkal/tools/check-readme-versions.sh` now does.
1 parent cdaf4c8 commit 888d90d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ An implementation of [openkal](https://github.com/mcpplibs/openkal) for Windows.
44

55
```toml
66
[dependencies]
7-
openkal = "0.8.0"
7+
openkal = "0.9.0"
88

99
[target.'cfg(windows)'.dependencies]
10-
openkal-windows = "0.3.0"
10+
openkal-windows = "0.4.0"
1111
```
1212

1313
Its purpose is as much to test the specification as to be used. openkal was

0 commit comments

Comments
 (0)