Merge branch 'main' of https://git.nose.space/nakajima/toes-matter
This commit is contained in:
commit
98343bd7ca
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -2653,7 +2653,7 @@ checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "toes-matter"
|
name = "toes-matter"
|
||||||
version = "0.1.17"
|
version = "0.1.18"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-compat",
|
"async-compat",
|
||||||
"embassy-time-queue-utils",
|
"embassy-time-queue-utils",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "toes-matter"
|
name = "toes-matter"
|
||||||
version = "0.1.17"
|
version = "0.1.18"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ targets = [
|
||||||
|
|
||||||
[git]
|
[git]
|
||||||
type = "gitea" # defaults to "github"
|
type = "gitea" # defaults to "github"
|
||||||
base-url = "https://git.fishmt.net"
|
base-url = "https://git.nose.space"
|
||||||
# api-base-url = "https://git.example.com/api/v1" # defaults from type/base-url
|
# api-base-url = "https://git.example.com/api/v1" # defaults from type/base-url
|
||||||
# token-env = "GITEA_TOKEN" # defaults: GITHUB_TOKEN or GITEA_TOKEN
|
# token-env = "GITEA_TOKEN" # defaults: GITHUB_TOKEN or GITEA_TOKEN
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user