Bumped the tavern up to version 0.2.0
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -1429,7 +1429,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tavern"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"pulldown-cmark",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "tavern"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
edition = "2024"
|
||||
description = "A blogging system that will allow you to write your blog in Markdown and then display it in HTML using Dioxus."
|
||||
repository = "/CyberMages/tavern"
|
||||
|
||||
Reference in New Issue
Block a user