Bump version to 1.6.3
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
4ba9706e35
commit
59cfd0e2f5
@@ -9,13 +9,13 @@ use itertools::Itertools;
|
||||
use repo_metadata::RepositoryUpdate;
|
||||
|
||||
use crate::features::FeatureFlag;
|
||||
use crate::launch_configs::launch_config::LaunchConfig;
|
||||
use crate::tab_configs::{TabConfig, TabConfigError};
|
||||
use crate::themes::theme::GalaxyThemeConfig;
|
||||
use crate::galaxy_managed_paths_watcher::{
|
||||
repository_update_touches_path, repository_update_touches_prefix, GalaxyManagedPathsWatcher,
|
||||
GalaxyManagedPathsWatcherEvent,
|
||||
};
|
||||
use crate::launch_configs::launch_config::LaunchConfig;
|
||||
use crate::tab_configs::{TabConfig, TabConfigError};
|
||||
use crate::themes::theme::GalaxyThemeConfig;
|
||||
use crate::workflows::workflow::Workflow;
|
||||
|
||||
use super::util::{
|
||||
|
||||
@@ -11,7 +11,7 @@ use walkdir::{DirEntry, WalkDir};
|
||||
|
||||
use crate::launch_configs::launch_config::LaunchConfig;
|
||||
use crate::tab_configs::{TabConfig, TabConfigError};
|
||||
use crate::themes::theme::{ThemeKind, GalaxyTheme, GalaxyThemeConfig};
|
||||
use crate::themes::theme::{GalaxyTheme, GalaxyThemeConfig, ThemeKind};
|
||||
use crate::workflows::workflow::Workflow;
|
||||
|
||||
const CONFIG_FILE_SUFFIXES: &[&str] = &[".yaml", ".yml"];
|
||||
|
||||
Reference in New Issue
Block a user