Rename current -> stable
This commit is contained in:
@@ -10,7 +10,7 @@ from lintlib import log
|
||||
def key(v):
|
||||
if v == 'master':
|
||||
return float('inf')
|
||||
if v == 'current':
|
||||
if v == 'stable':
|
||||
return sys.maxsize
|
||||
|
||||
v = v.replace('v', '').replace('rust-', '')
|
||||
|
||||
Reference in New Issue
Block a user