forked from mirrors/relay
Bump versions
This commit is contained in:
parent
751a84c7b3
commit
d627c5b6b2
4 changed files with 4 additions and 4 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1698,7 +1698,7 @@ checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "relay"
|
name = "relay"
|
||||||
version = "0.2.17"
|
version = "0.3.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"activitystreams",
|
"activitystreams",
|
||||||
"activitystreams-ext",
|
"activitystreams-ext",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "relay"
|
name = "relay"
|
||||||
description = "A simple activitypub relay"
|
description = "A simple activitypub relay"
|
||||||
version = "0.2.17"
|
version = "0.3.0"
|
||||||
authors = ["asonix <asonix@asonix.dog>"]
|
authors = ["asonix <asonix@asonix.dog>"]
|
||||||
license-file = "LICENSE"
|
license-file = "LICENSE"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
|
@ -145,7 +145,7 @@ impl Config {
|
||||||
}
|
}
|
||||||
|
|
||||||
pub(crate) fn software_version(&self) -> String {
|
pub(crate) fn software_version(&self) -> String {
|
||||||
"v0.2.0-main".to_owned()
|
"v0.3.0-main".to_owned()
|
||||||
}
|
}
|
||||||
|
|
||||||
pub(crate) fn source_code(&self) -> &Url {
|
pub(crate) fn source_code(&self) -> &Url {
|
||||||
|
|
|
@ -49,7 +49,7 @@ impl State {
|
||||||
self.config.generate_url(UrlKind::MainKey).to_string(),
|
self.config.generate_url(UrlKind::MainKey).to_string(),
|
||||||
self.private_key.clone(),
|
self.private_key.clone(),
|
||||||
format!(
|
format!(
|
||||||
"Actix Web 3.0.0-alpha.1 ({}/{}; +{})",
|
"Actix Web 4.0.0-beta.9 ({}/{}; +{})",
|
||||||
self.config.software_name(),
|
self.config.software_name(),
|
||||||
self.config.software_version(),
|
self.config.software_version(),
|
||||||
self.config.generate_url(UrlKind::Index),
|
self.config.generate_url(UrlKind::Index),
|
||||||
|
|
Loading…
Reference in a new issue