Bump version to 0.1.2 and change README to markdown.
All checks were successful
rustfmt Build rustfmt has succeeded
All checks were successful
rustfmt Build rustfmt has succeeded
crates.io does not support org-mode for README files so I am changing this to markdown.
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
[package]
|
||||
name = "organic"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
authors = ["Tom Alexander <tom@fizz.buzz>"]
|
||||
description = "An org-mode parser."
|
||||
edition = "2021"
|
||||
license = "0BSD"
|
||||
repository = "https://code.fizz.buzz/talexander/organic"
|
||||
readme = "README.org"
|
||||
readme = "README.md"
|
||||
keywords = ["emacs", "org-mode"]
|
||||
categories = ["parsing"]
|
||||
resolver = "2"
|
||||
|
||||
Reference in New Issue
Block a user