Skip to content

Commit

Permalink
remove version section from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
magurotuna committed Jul 17, 2024
1 parent a16010b commit dd35f7d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,3 @@ std.debug.assert(sum == 3);
std.debug.assert(deque.popFront().? == @as(usize, 0));
std.debug.assert(deque.popBack().? == @as(usize, 2));
```

## Version

Tested under both v0.9.1 and v0.10.0-dev.3659+e5e6eb983

0 comments on commit dd35f7d

Please sign in to comment.