Skip to content

Commit

Permalink
Updating readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
ecton committed Nov 26, 2023
1 parent 09b0e82 commit ff84a55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .rustme/config.ron
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Configuration(
),
"src-base": (
default: "https://github.com/khonsulabs/okaywal/blob/main",
release: "https://github.com/khonsulabs/okaywal/blob/v0.3.0",
release: "https://github.com/khonsulabs/okaywal/blob/v0.3.1",
),
"logmanager-trait": (
default: "https://khonsulabs.github.io/okaywal/main/okaywal/trait.LogManager.html",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ Finally, a four-byte crc32 ends the chunk.
If a reader does not encounter a new chunk marker (2) or an end-of-entry marker
(3), the entry should be considered abandoned and all chunks should be ignored.

[basic-example]: https://github.com/khonsulabs/okaywal/blob/v0.3.0/examples/basic.rs
[basic-example]: https://github.com/khonsulabs/okaywal/blob/v0.3.1/examples/basic.rs
[wal]: https://en.wikipedia.org/wiki/Write-ahead_logging

## Open-source Licenses
Expand Down
2 changes: 1 addition & 1 deletion src/.crate-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,5 +195,5 @@ Finally, a four-byte crc32 ends the chunk.
If a reader does not encounter a new chunk marker (2) or an end-of-entry marker
(3), the entry should be considered abandoned and all chunks should be ignored.

[basic-example]: https://github.com/khonsulabs/okaywal/blob/v0.3.0/examples/basic.rs
[basic-example]: https://github.com/khonsulabs/okaywal/blob/v0.3.1/examples/basic.rs
[wal]: https://en.wikipedia.org/wiki/Write-ahead_logging

0 comments on commit ff84a55

Please sign in to comment.