version->0.5.0, router->next-router

This commit is contained in:
dr-frmr 2024-01-08 14:32:24 -03:00
parent 9918a8fc2b
commit ef89b54397
No known key found for this signature in database
3 changed files with 6 additions and 5 deletions

2
Cargo.lock generated
View File

@ -5059,7 +5059,7 @@ checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
[[package]]
name = "uqbar"
version = "0.4.0"
version = "0.5.0"
dependencies = [
"aes-gcm 0.10.2",
"anyhow",

View File

@ -1,7 +1,7 @@
[package]
name = "uqbar"
authors = ["UqbarDAO"]
version = "0.4.0"
version = "0.5.0"
edition = "2021"
description = "A general-purpose sovereign cloud computing platform"
homepage = "https://uqbar.network"

View File

@ -116,9 +116,10 @@ pub async fn register(
name: "".to_string(),
ws_routing: Some((ip.clone(), ws_port)),
allowed_routers: vec![
"uqbar-router-1.uq".into(),
"uqbar-router-2.uq".into(),
"uqbar-router-3.uq".into(),
"nectar-next-router.uq".into(),
// "uqbar-router-1.uq".into(),
// "uqbar-router-2.uq".into(),
// "uqbar-router-3.uq".into(),
],
});