Add alloc feature to create base16ct
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		@@ -29,7 +29,7 @@ jwt-simple = { version = "0.12.12", default-features = false, features = ["pure-
 | 
				
			|||||||
actix-remote-ip = "0.1.0"
 | 
					actix-remote-ip = "0.1.0"
 | 
				
			||||||
bytes = "1.10.1"
 | 
					bytes = "1.10.1"
 | 
				
			||||||
sha2 = "0.11.0-rc.0"
 | 
					sha2 = "0.11.0-rc.0"
 | 
				
			||||||
base16ct = "0.3.0"
 | 
					base16ct = { version = "0.3.0", features = ["alloc"] }
 | 
				
			||||||
ruma = { version = "0.12.6", features = ["client-api-c", "client-ext-client-api", "client-hyper-native-tls", "rand"] }
 | 
					ruma = { version = "0.12.6", features = ["client-api-c", "client-ext-client-api", "client-hyper-native-tls", "rand"] }
 | 
				
			||||||
actix-ws = "0.3.0"
 | 
					actix-ws = "0.3.0"
 | 
				
			||||||
tokio = { version = "1.47.1", features = ["rt", "time", "macros", "rt-multi-thread"] }
 | 
					tokio = { version = "1.47.1", features = ["rt", "time", "macros", "rt-multi-thread"] }
 | 
				
			||||||
		Reference in New Issue
	
	Block a user