Merge branch 'master' of https://git.dodsorf.as/Dandellion/av1master
Former-commit-id: 30e3466bb5a1669847410f8ff8b8ca26b14d66a3
This commit is contained in:
		
						commit
						9361e22c81
					
				@ -19,7 +19,7 @@ mod workunit;
 | 
				
			|||||||
use workunit::WUnit;
 | 
					use workunit::WUnit;
 | 
				
			||||||
use workunit::EStatus;
 | 
					use workunit::EStatus;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const VERSION: &str = "0.6.0";
 | 
					const VERSION: &str = "0.7.0";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#[derive(Default, Debug)]
 | 
					#[derive(Default, Debug)]
 | 
				
			||||||
struct SharedState {
 | 
					struct SharedState {
 | 
				
			||||||
 | 
				
			|||||||
@ -1 +1 @@
 | 
				
			|||||||
e3b1f18f44878aff66122547a05d6f4e4b6b0b94
 | 
					3dc4b9a70a66c4207a01e63e5aba03592070edc2
 | 
				
			||||||
@ -4,7 +4,7 @@ set -euo pipefail
 | 
				
			|||||||
IFS=$'\n\t'
 | 
					IFS=$'\n\t'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
base_url="https://av1.dodsorf.as"
 | 
					base_url="https://av1.dodsorf.as"
 | 
				
			||||||
version="0.6.0"
 | 
					version="0.7.0"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
while true; do
 | 
					while true; do
 | 
				
			||||||
    sleep 30
 | 
					    sleep 30
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user