Undo pinning of clap
This commit is contained in:
parent
34863ca80f
commit
21a03fce92
@ -8,7 +8,7 @@ publish = false
|
|||||||
default = ["isahc", "semver", "toml_edit"]
|
default = ["isahc", "semver", "toml_edit"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = { version = "~3.1", features = ["derive"] }
|
clap = { version = "3.2.4", features = ["derive"] }
|
||||||
isahc = { version = "1.7.0", features = ["json"], optional = true }
|
isahc = { version = "1.7.0", features = ["json"], optional = true }
|
||||||
semver = { version = "1.0.6", features = ["serde"], optional = true }
|
semver = { version = "1.0.6", features = ["serde"], optional = true }
|
||||||
serde = { version = "1.0.136", features = ["derive"] }
|
serde = { version = "1.0.136", features = ["derive"] }
|
||||||
|
@ -3,7 +3,6 @@ use clap::Args;
|
|||||||
use crate::{cmd, Result};
|
use crate::{cmd, Result};
|
||||||
|
|
||||||
#[derive(Args)]
|
#[derive(Args)]
|
||||||
#[allow(deprecated)]
|
|
||||||
pub struct DocTask {
|
pub struct DocTask {
|
||||||
/// Open the browser when the docs are built.
|
/// Open the browser when the docs are built.
|
||||||
#[clap(long)]
|
#[clap(long)]
|
||||||
|
@ -19,7 +19,6 @@ use crate::{cargo::Package, cmd, util::ask_yes_no, GithubConfig, Metadata, Resul
|
|||||||
const GITHUB_API_RUMA: &str = "https://api.github.com/repos/ruma/ruma";
|
const GITHUB_API_RUMA: &str = "https://api.github.com/repos/ruma/ruma";
|
||||||
|
|
||||||
#[derive(Args)]
|
#[derive(Args)]
|
||||||
#[allow(deprecated)]
|
|
||||||
pub struct ReleaseArgs {
|
pub struct ReleaseArgs {
|
||||||
/// The crate to release
|
/// The crate to release
|
||||||
pub package: String,
|
pub package: String,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user