Skip to content

Commit 02caeb1

Browse files
committed
Update my email adress.
1 parent 88ebfcb commit 02caeb1

9 files changed

Lines changed: 9 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ project adheres to
1212

1313
* Updated `nom` to 8.0.0, and added `nom-language`.
1414
* Removed `itertools` depenendency (PR #147).
15+
* Updated my email address in author field.
1516
* MSRV is now 1.65.0, as required by `nom` 8.0.
1617

1718

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "ructe"
33
version = "0.18.1-PRE"
4-
authors = ["Rasmus Kaj <kaj@kth.se>"]
4+
authors = ["Rasmus Kaj <rasmus@krats.se>"]
55
description = "Rust Compiled Templates, efficient type-safe web page templates."
66
documentation = "https://docs.rs/ructe"
77
repository = "https://github.com/kaj/ructe"

examples/actix/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "actix"
33
version = "0.6.0"
4-
authors = ["Rasmus Kaj <kaj@kth.se>"]
4+
authors = ["Rasmus Kaj <rasmus@krats.se>"]
55
edition = "2018"
66

77
build = "src/build.rs"

examples/gotham/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "gotham-ructe"
33
version = "0.12.0"
4-
authors = ["Rasmus Kaj <kaj@kth.se>"]
4+
authors = ["Rasmus Kaj <rasmus@krats.se>"]
55
edition = "2018"
66

77
build = "src/build.rs"

examples/simple/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "simple"
33
version = "0.4.0"
4-
authors = ["Rasmus Kaj <kaj@kth.se>"]
4+
authors = ["Rasmus Kaj <rasmus@krats.se>"]
55
edition = "2018"
66

77
build = "src/build.rs"

examples/static-sass/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "statics"
33
version = "0.4.0"
4-
authors = ["Rasmus Kaj <kaj@kth.se>"]
4+
authors = ["Rasmus Kaj <rasmus@krats.se>"]
55
edition = "2018"
66

77
build = "src/build.rs"

examples/statics/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "statics"
33
version = "0.4.0"
4-
authors = ["Rasmus Kaj <kaj@kth.se>"]
4+
authors = ["Rasmus Kaj <rasmus@krats.se>"]
55
edition = "2018"
66

77
build = "src/build.rs"

examples/tide/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "ructe-tide"
33
version = "0.4.0"
4-
authors = ["Rasmus Kaj <kaj@kth.se>"]
4+
authors = ["Rasmus Kaj <rasmus@krats.se>"]
55
edition = "2018"
66

77
build = "src/build.rs"

examples/warp03/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "warp-ructe"
33
version = "0.4.0"
4-
authors = ["Rasmus Kaj <kaj@kth.se>"]
4+
authors = ["Rasmus Kaj <rasmus@krats.se>"]
55
edition = "2021"
66

77
build = "src/build.rs"

0 commit comments

Comments
 (0)