Skip to content

Commit

Permalink
Fix Cargo.toml, bump edition to 2021 and, because of that, version to…
Browse files Browse the repository at this point in the history
… next major 6
  • Loading branch information
ttiurani committed Mar 30, 2023
1 parent 2727776 commit 179a44d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
[package]
name = "flat-tree"
version = "5.1.0"
description = "Rust module for encoding/decoding varints that doesn't do any IO. Inspired by the Node.js varint module"
authors = ["Mathias Buus <mathiasbuus@gmail.com>"]
repository = "https://github.com/mafintosh/flat-tree-rs"
version = "6.0.0-beta.0"
description = "Series of functions to map a binary tree to a list"
authors = ["Mathias Buus <mathiasbuus@gmail.com>", "Timo Tiuraniemi <timo.tiuraniemi@iki.fi>"]
repository = "https://github.com/datrs/flat-tree"
keywords = ["flat", "tree", "binary"]
readme = "README.md"
license = "MIT"
license = "MIT OR Apache-2.0"
edition = "2021"

[lib]
bench = false
Expand Down

0 comments on commit 179a44d

Please # to comment.