Skip to content

Commit

Permalink
modernize Cargo defs
Browse files Browse the repository at this point in the history
  • Loading branch information
gjtorikian committed Jan 3, 2024
1 parent f84848b commit 21162b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@

[workspace]
members = ["ext/commonmarker"]
resolver = "2"
4 changes: 3 additions & 1 deletion ext/commonmarker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
name = "commonmarker"
version = "1.0.0"
edition = "2021"
rust-version = "1.75.0"
publish = false

[dependencies]
magnus = "0.6"
magnus = "0.6"
comrak = { version = "0.20", features = ["shortcodes"] }
syntect = { version = "5.1", features = ["plist-load"] }

Expand Down

0 comments on commit 21162b5

Please sign in to comment.