Skip to content

Commit 0effb2b

Browse files
committed
release: bump to 0.2.0, add maintainer, change repository, update edition
1 parent 1757e45 commit 0effb2b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "pug"
3-
version = "0.2.1"
4-
authors = ["Arvid E. Picciani <[email protected]>"]
5-
edition = '2018'
3+
version = "0.2.0"
4+
authors = ["Arvid E. Picciani <[email protected]>", "Blair Noctis <[email protected]>"]
5+
edition = '2021'
66
license = "MIT"
7-
description = "pug.js reimplemented in rust for speed"
8-
repository = "https://github.com/aep/pug-rs"
7+
description = "pug.js port to Rust"
8+
repository = "https://github.com/bnoctis/pug-rs"
99
readme = "README.md"
1010
keywords = ["pug", "jade", "template"]
11-
categories = ["command-line-utilities", "parsing", "web-programming"]
11+
categories = ["command-line-utilities", "parsing", "web-programming", "template-engine"]
1212

1313
[lib]
1414
crate-type = ["cdylib", "rlib"]

0 commit comments

Comments
 (0)