generated from Oliver/discord-bot-template
	Compare commits
	
		
			3 Commits
		
	
	
		
			f54b60b50b
			...
			c4b68a130e
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| c4b68a130e | |||
| f74cca0083 | |||
| 88dff426b1 | 
@@ -12,12 +12,9 @@ jobs:
 | 
			
		||||
    - uses: https://git.oliveratkinson.net/Oliver/setup-rust-action@master
 | 
			
		||||
      with:
 | 
			
		||||
        rust-version: ${{ matrix.rust }}
 | 
			
		||||
    - name: var
 | 
			
		||||
      run: echo $GITEA_PATH
 | 
			
		||||
    - uses: actions/checkout@master
 | 
			
		||||
    - name: Env display
 | 
			
		||||
      run: echo $PATH
 | 
			
		||||
    - name: which
 | 
			
		||||
      run: which cargo
 | 
			
		||||
    - name: Run tests
 | 
			
		||||
      run: cargo test --verbose
 | 
			
		||||
    - name: Clippy
 | 
			
		||||
      run: cargo clippy
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -10,8 +10,7 @@ edition = "2021"
 | 
			
		||||
 | 
			
		||||
[dependencies]
 | 
			
		||||
tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread"] }
 | 
			
		||||
# songbird = { version = "0.3.2", features = ["yt-dlp"] }
 | 
			
		||||
poise = { version = "0.6", features = ["cache"], path="../poise" }
 | 
			
		||||
poise = { features = ["cache"], git="https://github.com/Rushmore75/poise.git", rev="6afaf44a791cd3ff590c89fda26c94b4411b3266" }
 | 
			
		||||
dotenv = "0.15.0"
 | 
			
		||||
anyhow = "1.0.75"
 | 
			
		||||
once_cell = "1.19.0"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user