rustdesk 3 years ago
parent
commit
2830be95a7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libs/hbb_common/src/config.rs

+ 1 - 1
libs/hbb_common/src/config.rs

@@ -87,7 +87,7 @@ pub const RENDEZVOUS_SERVERS: &[&str] = &[
87 87
     "rs-cn.rustdesk.com",
88 88
 ];
89 89
 
90
-pub const RS_PUB_KEY: &'static str = match option_env!("RS_PUB_KEY") {
90
+pub const RS_PUB_KEY: &str = match option_env!("RS_PUB_KEY") {
91 91
     Some(key) if !key.is_empty() => key,
92 92
     _ => "OeVuKk5nlHiXp+APNn0Y3pC1Iwpwn44JGqrQCsWqmBw=",
93 93
 };