Skip to content

Commit

Permalink
Remove html_root_url attribute
Browse files Browse the repository at this point in the history
General usage of this attribute is no longer recommended.
  • Loading branch information
Seeker14491 committed Mar 22, 2024
1 parent 402406e commit 1eb7f00
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 12 deletions.
7 changes: 3 additions & 4 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Release Procedure

1. Update version number in Cargo.toml
2. Update version number in html_root_url attribute
3. Update CHANGELOG.md
4. Commit changes
5. `cd` into the `opener` subdirectory that contains `Drakefile.ts` and, using [Deno](https://deno.land/), run `deno run -A Drakefile.ts release version=a.b.c`, substituting the correct version
2. Update CHANGELOG.md
3. Commit changes
4. `cd` into the `opener` subdirectory that contains `Drakefile.ts` and, using [Deno](https://deno.land/), run `deno run -A Drakefile.ts release version=a.b.c`, substituting the correct version
3 changes: 0 additions & 3 deletions opener/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ default = ["dbus-vendored"]
reveal = ["dep:url", "dep:dbus", "windows-sys/Win32_System_Com"]
dbus-vendored = ["dbus/vendored"]

[dev-dependencies]
version-sync = "0.9"

[target.'cfg(target_os = "linux")'.dependencies]
bstr = "1"
dbus = { version = "0.9", optional = true }
Expand Down
1 change: 0 additions & 1 deletion opener/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#![doc(html_root_url = "https://docs.rs/opener/0.6.1")]
#![cfg_attr(docsrs, feature(doc_auto_cfg))]

//! This crate provides the [`open`] function, which opens a file or link with the default program
Expand Down
4 changes: 0 additions & 4 deletions opener/tests/version-numbers.rs

This file was deleted.

0 comments on commit 1eb7f00

Please sign in to comment.