Skip to content

Commit

Permalink
Update my mail address.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaj committed Oct 11, 2024
1 parent 738ab8e commit 8e83d35
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rsass-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rsass-cli"
version = "0.28.11-PRE"
authors = ["Rasmus Kaj <kaj@kth.se>"]
authors = ["Rasmus Kaj <rasmus@krats.se>"]
description = "Commandline interface for rsass, compiles scss to css."
categories = ["command-line-utilities", "web-programming"]
keywords = ["scss", "sass", "css", "web"]
Expand Down
1 change: 1 addition & 0 deletions rsass-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "rsass-macros"
version = "0.28.11-PRE"
authors = ["Rasmus Kaj <[email protected]>"]
categories = ["web-programming"]
keywords = ["scss", "sass", "css", "web", "macro"]
description = "Sass as a rust function-like macro."
Expand Down
2 changes: 1 addition & 1 deletion rsass/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rsass"
version = "0.28.11-PRE"
authors = ["Rasmus Kaj <kaj@kth.se>"]
authors = ["Rasmus Kaj <rasmus@krats.se>"]
categories = ["web-programming"]
keywords = ["scss", "sass", "css", "web"]
description = "Sass implementation in pure rust (not complete yet)"
Expand Down
2 changes: 1 addition & 1 deletion spectest/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "spectest"
version = "0.28.10"
authors = ["Rasmus Kaj <kaj@kth.se>"]
authors = ["Rasmus Kaj <rasmus@krats.se>"]
description = "Converts sass-spec to rust tests."
edition = "2021"
rust-version = "1.65.0"
Expand Down

0 comments on commit 8e83d35

Please sign in to comment.